원클릭으로
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.