Agent Skills
› ciembor/agent-rules-books
› refactoring-guru
refactoring-guru
GitHub指导诊断代码异味、选择重构技术、保持行为一致,并在无控制的重构前停止。旨在规范代码清理过程,避免过度设计。
Trigger Scenarios
诊断代码异味
选择重构技术
进行代码清理
避免过度重构
Install
npx skills add ciembor/agent-rules-books --skill refactoring-guru -g -y
SKILL.md
Frontmatter
{
"name": "refactoring-guru",
"license": "MIT",
"description": "Apply Refactoring.Guru-inspired rules when diagnosing code smells, choosing refactoring techniques, and stopping cleanup before uncontrolled redesign."
}
Refactoring.Guru Skill
Use this skill when a task involves diagnosing smells, choosing targeted refactoring treatments, preserving behavior, applying a refactoring catalog, or avoiding uncontrolled redesign.
Before making design or code decisions, read and apply refactoring-guru.mini.md. Use refactoring-guru.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


