Simple Refactor
Suggest small refactors that improve readability without changing behavior
install path
~/.claude/skills/simple-refactor/SKILL.md command
/simple-refactor SKILL.md
Simple Refactor
Purpose
Suggest small refactors that improve readability without changing behavior.
Inputs to request
- Target file or function.
- Known style guide or conventions.
- Existing tests or coverage.
Workflow
- Identify duplication or overly long functions.
- Propose small extraction or naming improvements.
- Note how to validate behavior remains unchanged.
Output
- Refactor steps and safe checkpoints.
Quality bar
- Keep changes small and reversible.
- Avoid altering public interfaces.
Copy this into ~/.claude/skills/simple-refactor/SKILL.md to use it as a slash command in Claude Code.