Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: drillan-mixseek-plus-release-check3description: release-check4---56# release-check78Validates release readiness before creating a release.910## Purpose1112This skill validates that all artifacts are complete and consistent for release:1314- **Spec kit artifacts**: spec.md, plan.md, tasks.md exist and are complete15- **Documentation**: README.md, CHANGELOG.md have required sections16- **Versioning**: Version numbers are consistent across package.json and CHANGELOG17- **API docs**: API documentation matches contract specifications1819## Output2021The skill outputs a **ReleaseChecklist** with:2223- Overall readiness status (Ready/Not Ready)24- Individual check items with pass/fail/skip status25- Version consistency information26- Specific issues to address before release2728## Usage2930This is a manual skill - run it before creating a release:3132```bash33npx skills run release-check34```3536Or via AI agent:37```38User: Check if we're ready for release39```4041## Exit Codes4243| Code | Status | Meaning |44|------|--------|---------|45| 0 | Ready | All checks pass |46| 1 | Not Ready | Some checks failed |47| 3 | Error | Required files missing |4849## Checks Performed5051### Artifact Checks (FR-022)5253| Check | Requirement |54|-------|-------------|55| spec.md exists | Required |56| plan.md exists | Required |57| tasks.md exists | Required |58| All tasks complete | Required |5960### Documentation Checks (FR-023)6162| Check | Requirement |63|-------|-------------|64| README.md exists | Required |65| README.md has usage section | Required |66| CHANGELOG.md exists | Required |67| CHANGELOG.md has unreleased section | Required |6869### Version Checks (FR-026)7071| Check | Requirement |72|-------|-------------|73| package.json version present | Optional |74| CHANGELOG.md version present | Optional |75| Versions match | If both present |7677### API Checks (FR-025)7879| Check | Requirement |80|-------|-------------|81| contracts/ exists | Optional |82| API docs exist if contracts | Required if contracts |83| Endpoints documented | Required if contracts |8485## Checklist Output Format8687```88## Release Checklist8990**Status**: Ready to Release / Not Ready9192### Artifacts93| Status | Check | Details |94|--------|-------|---------|95| [PASS] | spec.md exists | |96| [PASS] | plan.md exists | |97| [FAIL] | All tasks complete | 5 tasks remaining |9899### Documentation100| Status | Check | Details |101|--------|-------|---------|102| [PASS] | README.md exists | |103| [SKIP] | API docs | No contracts/ directory |104```105106## Recommendations107108If release check fails:1091101. Complete all remaining tasks in tasks.md1112. Ensure README.md has a usage section1123. Update CHANGELOG.md with release notes1134. Verify version numbers are consistent1145. Run release-check again to verify fixes115116---117> Converted and distributed by [TomeVault](https://tomevault.io/claim/drillan) — claim your Tome and manage your conversions.118<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/drillan-mixseek-plus-release-check in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
release-check It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.