agentsclimarketplace

Release checklist

Skill LaProgrammerie/ai-engineering-core/skills/release-checklist

Global Kiro steering + skills — portable AI engineering layer. Pairs with template-generic-project (spec → handoff → code).

Install
npx -y skills add LaProgrammerie/ai-engineering-core --skill release-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.

What its author says it does

Copied from the file, not written here

Production readiness: versioning, changelog, tests, build, config, migrations, deploy and rollback — stack-agnostic unless the repo specifies otherwise.

SKILL.md

1.2 KB, as published. Nobody here has run it

Release checklist (global)

Objective

Verify production readiness in a repeatable way: build, config, data, deploy, rollback — without assuming a stack unless provided.

When to use

  • Before tag, release, or production deploy
  • Before a sensitive production window

Expected inputs

  • Release type (library, service, app) if relevant
  • Team process (CI, branches) if known
  • Whether migrations / infra changes are included

Steps

  1. Version & changelog aligned with the shipped delta.
  2. Quality: tests, lint, build on a clean tree (or project equivalent).
  3. Config & secrets: no leaks; operator-facing env vars documented.
  4. Data / migrations: forward/backward compatibility, backup, data rollback plan.
  5. Deploy: who does what, window, monitoring/alerts during and after.
  6. Rollback: concrete steps if the release fails.

Output format

  • Checklist with OK / FAIL / N/A per line
  • Blockers at the top if any critical item fails
  • Stay brief

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.