java-refactoring-remove-parameter
java refactoring remove parameter
What it does
- For each qualifying method, remove the unnecessary parameters from its definition and from all its internal calls.
- Ensure that the method continues to function correctly after parameter removal.
- Output only the refactored code inside a single java block.
- Do not remove any functionality from the original method.
- Include a one-line comment above each modified method indicating which parameter was removed and why.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
java-refactoring-remove-parameter FAQ
What does the java-refactoring-remove-parameter skill do?
Refactoring using Remove Parameter in Java Language For each qualifying method, remove the unnecessary parameters from its definition and from all its internal calls. Ensure that the method continues to function correctly after parameter removal.
How do I install java-refactoring-remove-parameter?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill java-refactoring-remove-parameter --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain java-refactoring-remove-parameter?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-java-refactoring-remove-parameter?ref=badge) npx agentictools info skills/github-awesome-copilot-java-refactoring-remove-parameter The second line is the CLI lookup for this page — handy in READMEs and docs.