一键导入
commandmate-skills
commandmate-skills 收录了来自 Kewton 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
複数 Issue を並列実行するための計画を dry-run で立て、承認後にその計画を監督付きで実行する。計画では Issue 品質・依存(explicit/inferred)・file conflict を分析し、cycle や不完全 override を拒否したうえで、file 衝突の無い承認可能な Wave plan・risk・権限・実行 command を決定的な artifact として返す。実行では public commandmate で self-contained な generic worker を dispatch し、Wave barrier(前 Wave 全完了)と verification gate(versioned report の pass)で監督し、prompt 検出時は自動応答せず human へ提示して停止する。
merge 済み・不要になった git worktree を、削除可能性と証跡を dry-run で提示したうえで、clean かつ merge 証跡が十分な対象だけ安全に削除する。worktree の掃除、merge 済み worktree の削除、issue worktree の後片付けを求められたときに使う。
1つ以上のIssueについて、対象repositoryを検証し、既存branch/directory/worktreeを暗黙上書きせず、repository profile(Node/CommandMate・Rust/CommandAgent)から解決したbranch・directory・base commit・proportional baselineで衝突しない専用worktreeを作成し、証跡付きの versioned result を返す。base SHA を明示し、dependency install は明示承認時のみ、CommandMate sync は利用可能なら worktree ID を返す(optional)。実装や orchestrate を始める前の準備段階で使う。
リポジトリを read-only で走査し、構造・規約・既存実装・再利用候補・変更risk・推奨verificationを、file/line evidence 付きの検証可能な構造化結果として返す。変更に着手する前の現状把握、影響範囲の見積り、実装方針の裏取りに使う。
Issue の受入条件を自動検証と手動確認に分け、証跡付きで検証して Go / Conditional Go / No-Go を判定する。受入テスト、受入条件の検証、マージ可否・リリース可否の判断を求められたときに使う。
Refine a vague or thin GitHub Issue into an implementable specification. Reads the Issue and repository evidence read-only, produces a sectioned Issue body, a severity-ranked finding list, open questions it refuses to decide for the user, a dependency and size assessment, and a versioned result document. Use it before design or implementation starts, when an Issue is title-only, contradicts the code, overlaps another Issue, or has no checkable acceptance criteria.
Minimal reference package used to exercise the commandmate-skills release pipeline end to end. Not an official Skill and never published to the Catalog.