Agent Skills
› ciembor/agent-rules-books
› refactoring
refactoring
GitHub用于在保持行为不变的前提下改进代码结构,处理代码异味、小步重构及测试清理,将重构与功能变更分离。
Trigger Scenarios
需要改进现有代码结构但保持行为不变
识别和处理代码异味
执行基于测试的代码清理
需要将重构操作与功能开发分离
Install
npx skills add ciembor/agent-rules-books --skill refactoring -g -y
SKILL.md
Frontmatter
{
"name": "refactoring",
"license": "MIT",
"description": "Apply Martin Fowler-inspired refactoring rules when improving existing code structure while preserving observable behavior."
}
Refactoring Skill
Use this skill when a task involves behavior-preserving code improvement, code smells, small refactoring steps, test-backed cleanup, or separating refactoring from feature changes.
Before making design or code decisions, read and apply refactoring.mini.md. Use refactoring.md only as a deeper reference when the mini rules are not enough for the current refactoring tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


