JsonLee12138

deployment-post-checks

Decide deployment success or rollback from smoke-check and optional metrics data. Use when gating final rollout and rollback decisions after deployment.

JsonLee12138 0 Updated 3mo ago

Resources

1
GitHub

Install

npx skillscat add jsonlee12138/easy-deployment/deployment-post-checks

Install via the SkillsCat registry.

SKILL.md

Deployment Post Checks

  1. Read smoke result JSON.
  2. Optionally merge metrics result JSON.
  3. 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