.claude/skills/refactor/SKILL.md
Refactor code safely following the Analyze > Plan > Refactor > Verify workflow. The key rule is that behavior must not change. Use when improving code structure, readability, or modularity.
npx skillsauth add packbot/agentic-coding-boilerplate refactorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The key rule: behavior must not change.
For each step:
Guidelines:
{{TEST_COMMAND}}{{LINT_COMMAND}}{{BUILD_COMMAND}}development
Write comprehensive tests following the Analyze > Strategy > Implement > Verify workflow. Use when adding tests, improving coverage, or when the user asks to write tests for specific code.
development
Review code changes or a GitHub PR
tools
Push commits to remote and optionally create a PR. Use when the user wants to push their changes.
development
Implement a new feature following the Explore > Plan > Implement > Verify workflow. Use when adding new functionality, building a feature, or when the user asks to implement something.