Loading...
Loading...
Walks through the OrchestKit release checklist — build, test, validate counts, changelog, version bump, commit, tag, push. Use when preparing a release, cutting a version tag, or verifying release readiness before pushing to main.
npx skill4agent add yonatangross/orchestkit release-checklist[PASS][FAIL]| Category | Rules | Impact | When to Use |
|---|---|---|---|
| Pre-Release Gates | 2 | CRITICAL | Before every release commit |
| Release Commit | 2 | HIGH | Staging, committing, tagging, pushing |
# 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 stagingrules/gate-build-and-test.mdrules/gate-counts-and-diff.md| Step | Command | Rule File |
|---|---|---|
| 1. Build | | |
| 2. Tests | | |
| 3. Security | | |
| 4. TypeScript | | |
| 5. Validate counts | | |
| 6. Diff review | | |
rules/commit-staging.mdrules/commit-tag-push.md| Step | Action | Rule File |
|---|---|---|
| 7. Changelog | Entry exists in | |
| 8. Version bump | | |
| 9. Stage files | | |
| 10. Commit | | |
| 11. Tag | | |
| 12. Push | Run | |
validate-countsaudit-skillscheckpoint-resumenpm testnpm run buildgit add -ACLAUDE.mdpackage.json