This skill should be used for SB-owned deployment orchestration: platform detection, deploy command safety, health checks, rollback readiness, and release evidence.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add alo-exp/silver-bullet --skill silver-deploy --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Silver Deploy?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/alo-exp-silver-deploy-3cc45004)More formats (shields.io, HTML) on the badges page.
---
name: silver-deploy
description: >
This skill should be used for SB-owned deployment orchestration: platform
detection, deploy command safety, health checks, rollback readiness, and
release evidence.
argument-hint: "<environment or deploy scope> [--dry-run|--execute]"
version: 0.1.0
---
# /silver:deploy - Deployment Workflow
SB-owned deployment orchestration for production or staging rollout. It is a
DevOps/release workflow surface, not a shortcut around `silver:devops`,
`silver:ship`, or `silver:release`.
**Pre-execution** (blocks deploy actions until recorded):
`silver:blast-radius` → `devops-quality-gates` → `silver:plan`
**Post-execution:** `silver:execute` → `silver:verify` → `security` → `silver:secure` → `silver:ship`
Queue source: `hooks/lib/orchestrator-state.sh` (`silver-deploy` composer).
## Output
Write or update `.planning/DEPLOYMENT.md`.
The artifact must include:
- target environment and platform evidence;
- deploy command and dry-run/result evidence;
- required CI status and artifact/version pointer;
- rollback command or rollback owner;
- health checks, smoke tests, and monitoring links;
- `silver:canary` plan when production traffic is affected.
## Process
1. Display `SILVER BULLET > DEPLOY`.
2. Detect platform from source evidence: GitHub Actions, Vercel, Netlify, Fly,
Railway, container scripts, Terraform/Pulumi, custom scripts, or manual runbook.
3. Invoke or apply `silver:blast-radius` for production or infrastructure-impacting
deploys.
4. Invoke or apply `devops-quality-gates` and `silver:domain-audit` with
`ci-workflow`, `environment-secrets`, and `runtime-release` packs.
5. Confirm the deployed artifact maps to the reviewed commit/tag.
6. Prefer a dry run, preview, or staging deploy before production when available.
7. Run the deploy command only when the release/ship workflow allows it and the
user has not constrained deployment.
8. Verify health endpoints, core routes, logs/metrics where available, and
rollback readiness.
9. Hand off to `silver:canary` for post-deploy watch.
## Exit Gate
Deployment passes only when the target environment, deployed artifact, health
evidence, rollback path, and residual risks are recorded. A failed deploy is a
`BLOCK` until rolled back, fixed, or explicitly converted into an incident.
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!