Claude Code's java-refactoring-remove-parameter skill identifies and removes unused or redundant parameters from Java methods to improve code readability and maintainability. It is designed for Java developers who want to refactor their codebase by eliminating unnecessary method parameters that can be derived from class fields, constants, or other method calls. The skill solves the problem of parameter bloat and complexity by analyzing methods, removing superfluous parameters from both method definitions and their internal calls, while ensuring the refactored code remains functionally equivalent and compilable.
npx skills add https://github.com/github/awesome-copilot --skill java-refactoring-remove-parameter