| name | refactor-change-report |
| description | [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. |
Refactor: Change Report
Document refactoring outcomes for review and knowledge sharing.
Report Template
Summary
1-2 sentence overview of what was accomplished.
Goals
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