deploy-checklist

deploy-checklist is a command for coding agents from latestaiagents/agent-skills. It costs 11 tokens per session (1,277 once invoked), scanned A, original, MIT.

A pre- and post-deployment checklist for releasing a service to an environment such as staging or production.

In plain words
What is it for?
Use it to check a service version, deployment environment, and release method such as rolling, blue-green, or canary deployment.
Why use it?
It helps confirm that requirements, tests, reviews, security checks, staging, and rollback preparation are handled before a release.

Command

Part of the devops-sre plugin — 8 skills, 6 commands shipped together

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.

agentmods
npx agentmods add commands/latestaiagents/agent-skills/deploy-checklist
Clone the repo
git clone --depth 1 https://github.com/latestaiagents/agent-skills

Or install devops-sre, the plugin that ships this one along with the rest of its 8 skills, 6 commands.

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-checklist

README.md
[![agentmods](https://agentmods.dev/badge/commands/latestaiagents/agent-skills/deploy-checklist.svg)](https://agentmods.dev/commands/latestaiagents/agent-skills/deploy-checklist)
Your own site
<a href="https://agentmods.dev/commands/latestaiagents/agent-skills/deploy-checklist"><img src="https://agentmods.dev/badge/commands/latestaiagents/agent-skills/deploy-checklist.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,277 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00011 $0.01277
Opus 5 $0.00005 $0.00639
Sonnet 5 $0.00002 $0.00255
Haiku 4.5 $0.00001 $0.00128

Measured 5d ago against content hash 2f30555b6a70, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

deploy-checklist scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/devops-sre/commands/deploy-checklist.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/deploy-checklist

Comprehensive deployment checklist with automated verification and rollback preparation.

What I Need

Tell me:

  • What are you deploying? (service name, version)
  • Target environment (prod/staging)
  • Deployment method (rolling/blue-green/canary)

Pre-Deployment Checklist

┌─────────────────────────────────────────────────────────────┐
│              PRE-DEPLOYMENT CHECKLIST                       │
│              Service: api-service v2.3.4                    │
│              Environment: production                        │
├─────────────────────────────────────────────────────────────┤
│                                                              │
│  📋 REQUIREMENTS                                            │
│  ✓ Code reviewed and approved                               │
│  ✓ Tests passing (unit: 342/342, integration: 89/89)       │
│  ✓ Security scan clean (0 high, 2 medium - acknowledged)   │
│  ✓ Staging deployment successful                            │
│  ✓ QA sign-off received                                     │
│                                                              │
│  🚫 BLOCKERS CHECK                                          │
│  ✓ No active incidents (checked PagerDuty)                 │
│  ✓ No change freeze active                                  │
│  ✓ Not during peak hours (current: 2.3k RPM, peak: 10k)   │
│  ✓ On-call engineer available (@jane)                      │
│                                                              │
│  📊 BASELINE METRICS (capture before deploy)                │
│  • Error rate: 0.08%                                        │
│  • P50 latency: 45ms                                        │
│  • P99 latency: 230ms                                       │
│  • Active connections: 1,247                                │
│  • Memory usage: 67%                                        │
│  • CPU usage: 34%                                           │
│                                                              │
│  🔙 ROLLBACK PREPARATION                                    │
│  ✓ Previous version available: v2.3.3                       │
│  ✓ Rollback command ready:                                  │
│    kubectl rollout undo deployment/api-service              │
│  ✓ Rollback tested in staging: Yes                         │
│  ✓ Database migrations: Backward compatible ✓              │
│                                                              │
│  📢 COMMUNICATION                                           │
│  ✓ #deployments channel notified                           │
│  ✓ Status page: No maintenance needed                       │
│  □ Customer notification: Not required                      │
│                                                              │
└─────────────────────────────────────────────────────────────┘

All checks passed. Ready to deploy? [y/N]

Read the full file on GitHub · 131 lines

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. 5d ago First seen · 131 lines · 11 tokens per session scan A 2f30555b6a70

Subscribe to this mod's changes

deploy-checklist is a command published in the GitHub repository latestaiagents/agent-skills (5 stars, last pushed 4mo ago), licensed MIT. It adds 11 tokens to every session and 1,277 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.