Deploy Status

Check the current deployment status, health, and recent CI runs. Use when you want to know if the service is up, check recent CI/CD activity, or diagnose deployment issues.

justnau1020 4ac4bc4 790 B Updated

File contents

Check Deployment Status

Check the current state of the production deployment.

Steps

1. Health check

curl -sf https://{PRODUCTION_URL}/health

Check for a healthy response (status field, database connectivity, etc.).

2. Recent GitHub Actions runs

gh run list --limit 5

Check for any recent failures.

3. Report

Provide a clear status summary:

  • Is the service up and healthy?
  • What was the last deployment and its status?
  • Any recent failures in CI?
  • If unhealthy, suggest checking the project's runbook for troubleshooting

justnau1020/claude-os/tree/main/skills/operations/deploy-status commit 4ac4bc4eff

Frequently asked questions

npx skillmds@latest add justnau1020/deploy-status