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.
Resources
1Install
npx skillscat add jsonlee12138/easy-deployment/deployment-observability-smoke Install via the SkillsCat registry.
SKILL.md
Deployment Observability Smoke
- Run remote status check from Makefile.
- Run remote logs scan for fatal patterns.
- Optionally check health URL.
- 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"