jb-refine-code
Original:🇺🇸 English
Translated
Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior.
7installs
Sourcebjesuiter/skills
Added on
NPX Install
npx skill4agent add bjesuiter/skills jb-refine-codeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Refactor Pass
Workflow
- Review the changes just made and identify simplification opportunities.
- Apply refactors to:
- Remove dead code and dead paths.
- Straighten logic flows.
- Remove excessive parameters.
- Remove premature optimization.
- Run build/tests to verify behavior.
- Identify optional abstractions or reusable patterns; only suggest them if they clearly improve clarity and keep suggestions brief.