返回 Skill 列表
extension
分类: 开发与工程无需 API Key

refactor-change-report

[代码质量] 生成重构更改的摘要报告以供审查。在完成重构会话后使用,以记录更改了什么、为什么更改以及需要验证的内容。

person作者: jakexiaohubgithub

Refactor: Change Report

Document refactoring outcomes for review and knowledge sharing.

Report Template

Summary

1-2 sentence overview of what was accomplished.

Goals

  • [x] 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