deploy-status

deploy-status is a skill for Claude Code from justnau1020/claude-os. It costs 39 tokens per session (199 once invoked), scanned A, original, Apache-2.0.

A production-deployment status checker for a running service and its recent automated build and test runs. CI/CD means automated systems that build, test, and deploy code.

In plain words
What is it for?
Use it to check a health endpoint, inspect the five latest GitHub Actions runs, identify the last deployment, and summarize failures or unhealthy services.
Why use it?
It brings the service health and recent deployment activity into one status check, helping narrow down why a release may have failed.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to check a health endpoint, inspect the five latest GitHub Actions runs, identify the last deployment, and summarize failures or unhealthy services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/justnau1020/claude-os/deploy-status
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add justnau1020/claude-os --skill deploy-status
Clone the repo
git clone --depth 1 https://github.com/justnau1020/claude-os

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deploy-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/justnau1020/claude-os/deploy-status/github.svg)](https://agentmods.dev/skills/justnau1020/claude-os/deploy-status)
Your own site
<a href="https://agentmods.dev/skills/justnau1020/claude-os/deploy-status"><img src="https://agentmods.dev/badge/skills/justnau1020/claude-os/deploy-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deploy-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/justnau1020/claude-os/deploy-status"><img src="https://agentmods.dev/badge/skills/justnau1020/claude-os/deploy-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00199
Opus 5 $0.00019 $0.00100
Sonnet 5 $0.00008 $0.00040
Haiku 4.5 $0.00004 $0.00020

Measured 9d ago against content hash 89edc485e0e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

deploy-status scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Bash(curl *), Bash(gh *)
skills/operations/deploy-status/SKILL.md · 37 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 37 lines · 39 tokens per session scan A 89edc485e0e1

Subscribe to this mod's changes

deploy-status is a skill published in the GitHub repository justnau1020/claude-os (3 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 199 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

github-actions-gen

A guide for creating or updating GitHub Actions workflows, which are automated jobs that test, build, release, or deploy code. It first examines the real project before choosing commands, runtimes, caches, and permissions.

laolaoshiren/claude-code-skills-zh · 57 tokens

review-tooling

Detect what dev tooling infrastructure a project has and flag gaps across linters, formatters, pre-commit hooks, test runners, and CI/CD pipelines. Returns structured findings without applying changes. Use when the user asks to "review tooling", "check project tooling", "what tooling is missing", "review dev…

tobihagemann/turbo · 74 tokens

devops

Deployment and infrastructure operations. Use when writing or debugging a Dockerfile, docker build/run, docker compose; running terraform plan/apply/destroy or editing .tf files and modules; using kubectl, debugging pods (CrashLoopBackOff, ImagePullBackOff, OOMKilled), applying manifests, or writing Helm charts…

vanducng/skills · 167 tokens

investigate-ci

Investigates GitHub Actions workflow failures for any repo. Fetches recent runs, identifies failures, extracts error logs, diagnoses root causes, and suggests fixes. Use when a deploy or CI workflow fails and you need to understand why.

mostafa-drz/claude-skills · 50 tokens

deploy-ninja

Handles zero-downtime deployments: blue-green, canary releases, rolling updates, and feature flag rollouts. Covers Kubernetes, Docker, Cloudflare Workers, Terraform, and CI/CD pipeline setup. Use this skill when the user wants to deploy an application, set up a deployment pipeline, implement canary releases, configure…

mturac/hermes-supercode-skills · 147 tokens

build-deity

Focuses strictly on reducing compilation, bundling, and CI/CD pipeline execution times.

v0idOS/performance-deity · 0 tokens