JsonLee12138

deployment-observability-smoke

Run post-deployment smoke checks with Makefile targets (`remote-status`, `remote-logs`) plus optional health URL checks. Use after deployment to verify runtime state before final acceptance.

JsonLee12138 0 Updated 3mo ago

Resources

1
GitHub

Install

npx skillscat add jsonlee12138/easy-deployment/deployment-observability-smoke

Install via the SkillsCat registry.

SKILL.md

Deployment Observability Smoke

  1. Run remote status check from Makefile.
  2. Run remote logs scan for fatal patterns.
  3. Optionally check health URL.
  4. Return structured pass/fail result.

Command

python3 skills/deployment-observability-smoke/scripts/smoke.py --root . --env-mode test --dry-run
python3 skills/deployment-observability-smoke/scripts/smoke.py --root . --env-mode prod --health-url "$HEALTH_URL"