Collect concrete deploy or release proof before saying a publish, release, or deployment is complete.
Scanned 9/23/2026
Install to Claude Code
npx -y skills add juanitourquiza/shipframe --skill deploy-evidence --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Deploy Evidence?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/juanitourquiza-deploy-evidence)More formats (shields.io, HTML) on the badges page.
---
name: deploy-evidence
description: Collect concrete deploy or release proof before saying a publish, release, or deployment is complete.
allowed-tools: Read Glob Grep Bash
argument-hint: '[--environment <name>] [--url <url>]'
effort: medium
---
# Deploy Evidence
Verify that a release reached the intended environment with concrete evidence.
## Evidence hierarchy
Prefer direct proof over inferred proof:
1. Production/staging URL smoke result with timestamp.
2. Version endpoint, visible version, release tag, or commit SHA in deployed artifact.
3. CI/deployment job result for the exact commit.
4. Application-specific smoke checks: key routes, API endpoints, queues, webhooks, auth flows.
5. Logs only as supporting evidence, not sole proof.
## Output
```markdown
## Deploy Evidence
**Environment:** <environment>
**Commit/tag/version checked:** <value>
**Timestamp:** <local time>
### Evidence collected
- ✅ <proof>
### Smoke checks
- ✅/⚠️/❌ <check>
### Gaps
- <missing proof or "None">
### Verdict
<Complete only if exact-environment evidence exists; otherwise Not complete>
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!