agentsclimarketplace

Deploy status

Skill justnau1020/claude-os/skills/operations/deploy-status

An operating system for Claude Code. Skills, hooks (MCR), and a lean-context framework for smarter AI coding sessions.

Install
npx -y skills add justnau1020/claude-os --skill deploy-status

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

0.8 KB, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.