.agents/skills/release-check/SKILL.md
Validates all artifacts are complete and consistent for release. Checks spec kit artifacts, documentation, versioning, and API docs. Run before creating a release to ensure nothing is missing.
npx skillsauth add drillan/mixseek-plus release-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Validates release readiness before creating a release.
This skill validates that all artifacts are complete and consistent for release:
The skill outputs a ReleaseChecklist with:
This is a manual skill - run it before creating a release:
npx skills run release-check
Or via AI agent:
User: Check if we're ready for release
| Code | Status | Meaning | |------|--------|---------| | 0 | Ready | All checks pass | | 1 | Not Ready | Some checks failed | | 3 | Error | Required files missing |
| Check | Requirement | |-------|-------------| | spec.md exists | Required | | plan.md exists | Required | | tasks.md exists | Required | | All tasks complete | Required |
| Check | Requirement | |-------|-------------| | README.md exists | Required | | README.md has usage section | Required | | CHANGELOG.md exists | Required | | CHANGELOG.md has unreleased section | Required |
| Check | Requirement | |-------|-------------| | package.json version present | Optional | | CHANGELOG.md version present | Optional | | Versions match | If both present |
| Check | Requirement | |-------|-------------| | contracts/ exists | Optional | | API docs exist if contracts | Required if contracts | | Endpoints documented | Required if contracts |
## Release Checklist
**Status**: Ready to Release / Not Ready
### Artifacts
| Status | Check | Details |
|--------|-------|---------|
| [PASS] | spec.md exists | |
| [PASS] | plan.md exists | |
| [FAIL] | All tasks complete | 5 tasks remaining |
### Documentation
| Status | Check | Details |
|--------|-------|---------|
| [PASS] | README.md exists | |
| [SKIP] | API docs | No contracts/ directory |
If release check fails:
tools
MixSeekワークスペースを初期化し、設定ファイル用ディレクトリ構造を作成します。「ワークスペースを初期化」「mixseekのセットアップ」「設定ディレクトリを作成」「新しいプロジェクトを始める」といった依頼で使用してください。
development
MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。
development
MixSeekのプロンプトビルダー設定ファイル(prompt_builder.toml)を生成します。「プロンプトを設定」「プロンプトビルダーを作成」「ラウンド別プロンプト」といった依頼で使用してください。
data-ai
MixSeekのオーケストレーター設定ファイル(orchestrator.toml)を生成します。「オーケストレーターを設定」「チーム競合設定」「複数チームで競わせる」「マルチチーム実行設定」といった依頼で使用してください。複数チームを並列実行して最良の結果を選択する設定を定義します。