Java Refactoring Extract Method

Refactor Java 17 methods with the Extract Method technique to improve readability, testability, maintainability, reusability, modularity, cohesion, low coupling, and consistency. Use when the user asks to identify long or complex Java methods, extract helper methods, preserve behavior, and return complete compilable refactored code.

paulasilvatech eb346cc 6.5 KB Updated

File contents

paulasilvatech/awesome-harness-primitives/tree/main/harness/claude-code/skills/java-refactoring-extract-method commit eb346ccf76

Frequently asked questions

npx skillmds@latest add paulasilvatech/java-refactoring-extract-method