agentsclimarketplace

Deploy checklist

Skill IcodeNet/agent-skills/skills/deploy-checklist

Pre-deploy and release checklist with rollback planning. Use when deploying, releasing, shipping, or preparing a pre-deploy review. Do not use for coding the feature itself or for live incident command (use incident-response).From its SKILL.md

Install
npx -y skills add IcodeNet/agent-skills --skill deploy-checklist

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

  • 0 stars0 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.

SKILL.md

1.5 KB, 283 tokens by cl100k_base, as published. Nobody here has run it

Deploy Checklist

Ship safely: verified build, observable release, reversible plan.

Workflow

  1. Pre-flight — complete references/preflight.md (quality, security, config, docs). If the release changes any externally consumed surface, confirm the contract-guard compatibility statement exists; for versioned releases, notes and version bump per the release skill.
  2. Rollback plan — write it before deploy (flag kill-switch, previous artifact, migration reverse).
  3. Deploy — prefer staged rollout (staging → canary/partial → full) when available.
  4. Watch — first-hour checks: health, error rate, latency, one critical user flow.
  5. Decide — advance, hold, or roll back using explicit thresholds.
  6. Close out — changelog/notes; remove temporary flags when safe; file follow-ups.

Constraints

  • No production deploy without a stated rollback path.
  • Do not treat “works on my machine / staging” as sufficient without post-deploy verification.
  • Migrations: know whether they are backward-compatible with the currently running app.

Verification

  • Preflight checklist green or exceptions documented
  • Rollback plan written
  • Post-deploy health + critical flow verified
  • Go/hold/rollback decision recorded

What ships with it: 1 file

792 B alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,144. 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.