AgentSkillsCN

refactor-change-report

【代码质量】生成重构变更的摘要报告供审查。在完成重构会话后使用,以记录更改内容、原因和需验证的内容。

SKILL.md
--- frontmatter
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

  • Goal 1 achieved
  • Goal 2 deferred

Metrics (Before/After)

MetricBeforeAfterChange
FilesXY+/-N
LinesXY+/-N
ComplexityXY+/-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