name: techdebt-scan description: Comprehensive technical debt scanner. Finds duplicated code, dead code, inconsistent patterns, and cleanup opportunities. disable-model-invocation: true context: fork agent: Explore
Scan the codebase for technical debt. Focus on the most impactful issues.
What to Look For
- Duplicated logic: Components or functions that do nearly the same thing
- Dead code: Unused exports, unreachable branches, orphaned files
- Pattern inconsistencies: Old code not following current conventions
- Large files: Components over 300 lines that should be split
- TODO/FIXME/HACK: Collect all with file:line references
-
Type safety:
as anycasts, missing types on public APIs - Missing error handling: Unhandled promise rejections, missing catch blocks
Output Format
Prioritized list grouped by severity:
- Critical: Bugs waiting to happen, security issues
- High: Significant duplication, major pattern violations
- Medium: Code quality issues, missing types
- Low: Style inconsistencies, minor cleanup
Include specific file paths and line numbers for each item.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Mar 2026
Last Updated
3个月前
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!