techdebt

Installation
SKILL.md

Technical Debt Finder

Identify and fix technical debt in the codebase.

What to Look For

Code Duplication

  • Functions with similar logic that could be consolidated
  • Copy-pasted code blocks
  • Repeated patterns that should be abstracted

Dead Code

  • Unused imports
  • Unused functions or classes
  • Commented-out code blocks
  • Unreachable code paths
Installs
2
GitHub Stars
505
First Seen
Apr 26, 2026
techdebt — meleantonio/chernycode