Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yonatangross avatar

Release Checklist

  • 118 installs
  • 213 repo stars
  • Updated August 4, 2026
  • yonatangross/orchestkit

Run pre-release checklists covering versioning, changelogs, rollbacks, monitoring alerts, and stakeholder comms before pushing production deployments live.

About

Provides a structured release checklist for orchestkit projects covering version tagging, changelog review, deployment verification, rollback plans, monitoring setup, and launch communications before production go-live.

  • Version and changelog gates
  • Rollback readiness checks
  • Monitoring and alert setup
  • Feature flag verification
  • Stakeholder comms template

Release Checklist by the numbers

  • 118 all-time installs (skills.sh)
  • Ranked #104 of 248 Release Management skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yonatangross/orchestkit --skill release-checklist

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs118
repo stars213
Last updatedAugust 4, 2026
Repositoryyonatangross/orchestkit

What it does

Run pre-release checklists covering versioning, changelogs, rollbacks, monitoring alerts, and stakeholder comms before pushing production deployments live.

Files

SKILL.mdMarkdownGitHub ↗

Release Checklist

Sequential release gate for OrchestKit. Each step reports [PASS] or [FAIL]. Stop on first failure, suggest a fix, then continue after user confirmation.

Load details: Read("${CLAUDE_SKILL_DIR}/references/release-flow.md") for why the order matters and hotfix guidance.

CC ≥ 2.1.118 (M122): Pre-release gate now includes claude plugin tag <version> --dry-run to validate the manifest hierarchy. Add to the gate sequence after manifest count checks. See src/skills/chain-patterns/references/plugin-tag.md.

Quick Reference

CategoryRulesImpactWhen to Use
Pre-Release Gates2CRITICALBefore every release commit
Release Commit2HIGHStaging, committing, tagging, pushing

Total: 4 rules across 2 categories

Quick Start

# Run all pre-release gates in order (stop on first failure)
npm run build && npm test && npm run test:security && npm run typecheck
bash src/skills/validate-counts/scripts/validate-counts.sh
git diff  # review before staging

Pre-Release Gates

Must all pass before writing any release commit. See rules/gate-build-and-test.md and rules/gate-counts-and-diff.md.

StepCommandRule File
1. Buildnpm run buildrules/gate-build-and-test.md
2. Testsnpm testrules/gate-build-and-test.md
3. Securitynpm run test:securityrules/gate-build-and-test.md
4. TypeScriptnpm run typecheckrules/gate-build-and-test.md
5. Validate counts/validate-countsrules/gate-counts-and-diff.md
6. Diff reviewgit diffrules/gate-counts-and-diff.md

Release Commit

Steps after all gates pass. See rules/commit-staging.md and rules/commit-tag-push.md.

StepActionRule File
7. ChangelogEntry exists in CHANGELOG.mdrules/commit-staging.md
8. Version bumppackage.json + CLAUDE.md both updatedrules/commit-staging.md
9. Stage filesgit add <specific files> — never -Arules/commit-staging.md
10. Commitrelease: vX.Y.Z conventional formatrules/commit-tag-push.md
11. Taggit tag vX.Y.Zrules/commit-tag-push.md
12. PushRun scripts/pre-push-confirm.sh — confirm firstrules/commit-tag-push.md

Related Skills

  • validate-counts — Count consistency check (step 5 of this checklist)
  • audit-skills — Broader skill quality audit (run before major releases)
  • checkpoint-resume — Rate-limit-resilient pipelines for long release sessions

Common Mistakes

1. Running npm test before npm run build — tests run against stale dist 2. Using git add -A — accidentally stages secrets or unrelated in-progress work 3. Forgetting to bump CLAUDE.md version alongside package.json 4. Pushing without explicit user confirmation — irreversible on shared remotes 5. Skipping security tests — non-negotiable, even for patch releases

Related skills

Release Managementdeploymonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.