Release checklist
Skill LaProgrammerie/ai-engineering-core/skills/release-checklist
Production readiness: versioning, changelog, tests, build, config, migrations, deploy and rollback — stack-agnostic unless the repo specifies otherwise.From its SKILL.md
npx -y skills add LaProgrammerie/ai-engineering-core --skill release-checklistAssembled 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.2 KB, 234 tokens by cl100k_base, 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
- Version & changelog aligned with the shipped delta.
- Quality: tests, lint, build on a clean tree (or project equivalent).
- Config & secrets: no leaks; operator-facing env vars documented.
- Data / migrations: forward/backward compatibility, backup, data rollback plan.
- Deploy: who does what, window, monitoring/alerts during and after.
- 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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.