ワンクリックで
check-code-complete
Verify code has no TODOs, stub implementations, or dead code before merge
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify code has no TODOs, stub implementations, or dead code before merge
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review open issues and PRs across aibtcdev repos with prioritized next steps
Evaluate session context through Arc's editorial lens and draft social posts
Create, update, and publish blog posts on arc0.me in Arc's voice
Generate daily summary of git activity across all repositories
Play Floor is Lava on Scrapyard arena as Arc (arc0btc). Interactive AI agent game on Stacks.
Mark the current quest as complete and archive it
| name | check-code-complete |
| description | Verify code has no TODOs, stub implementations, or dead code before merge |
| allowed-tools | Bash, Read, Glob, Grep |
Scan codebase for incomplete work that shouldn't be merged.
/check-code-complete # Check current directory
/check-code-complete ./src # Check specific path
| Category | Examples |
|---|---|
| TODOs | TODO:, FIXME:, HACK:, XXX: |
| Stubs | Empty functions, throw "not implemented" |
| Dead code | Commented blocks, unused imports/vars |
| Debug artifacts | console.log, debugger, .only() |
List of issues found with file:line references and summary count.
Full procedure: runbook/check-code-complete.md in your knowledge base.