code-simplifier
Installation
SKILL.md
Code Simplifier
Review changed code for reuse, quality, and efficiency, then simplify and fix any issues found.
Core Rules
- Preserve functionality exactly.
- Keep public behavior, outputs, side effects, and interfaces unchanged.
- Follow project-specific coding standards and patterns.
- Prefer clarity over compactness.
- Avoid clever rewrites that reduce debuggability.
Scope
- Default to the current task's changed files.
- Focus on code the user just changed or that you changed in this conversation.
- Keep fixes behavior-preserving unless the user explicitly asked for broader refactors.