Decide deployment success or rollback from smoke-check and optional metrics data. Use when gating final rollout and rollback decisions after deployment.
Resources
1Install
npx skillscat add jsonlee12138/easy-deployment/deployment-post-checks Install via the SkillsCat registry.
SKILL.md
Deployment Post Checks
- Read smoke result JSON.
- Optionally merge metrics result JSON.
- Apply thresholds and return success or rollback-required status.
Command
python3 skills/deployment-post-checks/scripts/post_check.py --smoke-file smoke.json
python3 skills/deployment-post-checks/scripts/post_check.py --smoke-file smoke.json --metrics-file metrics.json --min-success-rate 99 --max-p95-latency 500