name: check-code-complete description: Verify code has no TODOs, stub implementations, or dead code before merge allowed-tools: Bash, Read, Glob, Grep
Check Code Complete Skill
Scan codebase for incomplete work that shouldn't be merged.
Usage
/check-code-complete # Check current directory
/check-code-complete ./src # Check specific path
What Gets Checked
| 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() |
Output
List of issues found with file:line references and summary count.
Runbook
Full procedure: runbook/check-code-complete.md in your knowledge base.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
4
Created
Jan 2026
Last Updated
5 months ago
tools
tools code quality
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!