Deployment release check
Skill jukrap/ai-agent-playbook/skills/devops/deployment-release-check
Use when preparing, reviewing, or troubleshooting releases, deploys, rollbacks, feature flags, changelogs, package artifacts, migration gates, or post-deploy checks.From its SKILL.md
npx -y skills add jukrap/ai-agent-playbook --skill deployment-release-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 246 tokens by cl100k_base, as published. Nobody here has run it
Deployment Release Check
Use this as the primary DevOps skill for release readiness and deploy/rollback review.
Workflow
- Identify the artifact, environment, release mechanism, migration/config/feature-flag gates, and rollback path.
- Check readiness from source, build, package, deploy, data, and operational evidence instead of relying on a single green status.
- Verify the exact release path or the nearest repository-defined dry-run, then record residual risk and post-deploy checks.
- Treat rollback as part of the release, not an afterthought.
Reference
Read references/release-gates.md before approving a release or deployment.
Read references/rollback-readiness.md when a deploy changes artifacts, data, config, feature flags, or runtime topology.
Read references/gate-decision-contract.md when recording pass, block, advisory-only, or accepted-risk release decisions.
Read references/observability-release-loop.md when release confidence depends on logs, metrics, traces, alerts, queues, or post-deploy monitoring.
Read references/incident-rollback-handoff.md when a release, hotfix, or rollback needs a clear operator handoff and containment path.
What ships with it: 5 files
8.7 KB alongside SKILL.md
references/
- gate-decision-contract.md2.2 KB
- incident-rollback-handoff.md1.4 KB
- observability-release-loop.md1.7 KB
- release-gates.md1.8 KB
- rollback-readiness.md1.6 KB