mode Refactoring
technical-debt-analyzer-mode
Expert in identifying, quantifying, and prioritizing technical debt
More in Refactoring
command
cleanup
Find and remove dead code, unused imports, and unreachable branches.
View → commanddead-code
Find and remove dead code from the codebase.
View → commandextract
Extract a function, component, or module from existing code into its own unit.
View → commandrename
Rename a symbol (variable, function, class, file) across the entire codebase.
View → commandsimplify
Simplify code to improve readability and maintainability.
View → modeclean-architecture-mode
Expert in Clean Architecture, hexagonal architecture, and domain-driven design patterns
View →