AgentSkillsCN

session-review

在工作会话结束时,回顾会话质量并记录改进之处。当会话接近尾声、大型任务告一段落、连续出现多次错误,或当用户提出会话回顾、事后反思、总结经验教训时,此技能将为您提供帮助。同时,还将相关改进记录归入待办事项清单。

SKILL.md
--- frontmatter
name: session-review
description: Review work session quality and capture improvements. Use at end of session, after large tasks, after series of errors, or when user asks for session review, retrospective, lessons learned. Records improvements to backlog.

Session Review Protocol

When to Apply

SituationApply?
After completing a featureYES
After a complex bug fixYES
After 2+ hours of workYES
After series of errorsMANDATORY
Before ending the dayRecommended

Session Review Template

markdown
## SESSION REVIEW: [date]

### 1. SUMMARY
- **Task:** [what was done]
- **Time:** [how long]
- **Status:** done/partial/failed

### 2. WHAT WENT WELL
- [what helped]

### 3. WHAT WENT WRONG
- [where got stuck]
- [what errors occurred]

### 4. GAPS IN INSTRUCTIONS
- [what was missing]

### 5. IMPROVEMENT
**Problem:** [what went wrong]
**Root Cause:** [why]
**Proposal:** [what to add to instructions]
**File:** [which .mdc to change]

Error Learning

After each error, record:

markdown
## ERROR LOG
**Error:** [what happened]
**Root Cause:** [why]
**Fix:** [what was done]
**Prevention:** [how to avoid in future]
**Rule Gap:** [what instruction was missing]

Write improvements to .cursor_additional/{projectname}/improvements-backlog.md.

Success Criteria

  • Session reviewed with all 5 sections filled
  • At least one improvement identified
  • Improvement recorded in backlog