一键导入
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.