Plugins
1 pluginResults for “focus”
4 skillssrp
Refactors a class toward the Single Responsibility Principle by identifying responsibilities, grouping cohesive behavior, and extracting focused classes.
7
methods
Refactors long methods or large code blocks by extracting small, focused helper methods with clear names and narrow responsibilities.
7
More results
refactor-method-complexity-reduce
Reduces cognitive complexity of a specified method by extracting logic into focused helper methods, improving readability and maintainability.
36.2k
focused-fix
Systematically repair a broken feature or module by scoping, tracing dependencies, diagnosing all issues, fixing them in order, and verifying end-to-end.
20.4k