Agent skill
refactor-change-report
[Code Quality] Generates summary report of refactoring changes for review. Use after completing a refactoring session to document what changed, why, and what to verify.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/refactor-change-report
SKILL.md
Refactor: Change Report
Document refactoring outcomes for review and knowledge sharing.
Report Template
Summary
1-2 sentence overview of what was accomplished.
Goals
- Goal 1 achieved
- Goal 2 deferred
Metrics (Before/After)
| Metric | Before | After | Change |
|---|---|---|---|
| Files | X | Y | +/-N |
| Lines | X | Y | +/-N |
| Complexity | X | Y | +/-N |
Changes Made
- Files Modified
- Files Added
- Files Deleted
Key Decisions
- Context, Options, Choice, Rationale
What Was NOT Changed
- Explicitly list out-of-scope items
Risks & Follow-ups
- Known Risks
- Technical Debt Created
- Recommended Follow-ups
Didn't find tool you were looking for?