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


