session-review
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSession Review & Handoff
会话回顾与交接
Analyze agent sessions and prepare context handoffs for session continuity.
分析Agent会话,为会话连续性准备上下文交接。
Purpose
用途
This skill serves two complementary workflows:
Review () — Retrospective analysis:
/pokayokay:review- Understand what the agent actually did vs what was planned
- Identify good patterns to reinforce and bad patterns to prevent
- Find wasted effort and context efficiency issues
- Generate improvements for skills, prompts, and workflows
Handoff () — Forward-looking context preservation:
/pokayokay:handoff- Document completed work and in-progress state
- Capture decisions, blockers, and next steps
- Track skill usage and ad-hoc work
- Prepare context for the next session or agent
本技能服务于两个互补的工作流:
回顾 () —— 复盘分析:
/pokayokay:review- 了解Agent实际完成的工作与计划内容的差异
- 识别需要强化的优秀模式和需要避免的不良模式
- 找出无效投入和上下文效率问题
- 为技能、Prompts和工作流生成优化方案
交接 () —— 前瞻性上下文留存:
/pokayokay:handoff- 记录已完成工作和进行中状态
- 留存决策、阻塞问题和下一步行动
- 追踪技能使用情况和临时工作
- 为下一个会话或Agent准备上下文
Key Principles
核心原则
- Compare plan vs reality — what was expected vs what happened
- Assess work quality — were reviews passing? How many cycles?
- Detect patterns — recurring issues across multiple sessions
- Learn from checkpoints — were pauses at the right moments?
- 对比计划与实际 —— 预期内容与实际发生情况的差异
- 评估工作质量 —— 评审是否通过?经历了多少轮迭代?
- 发现模式 —— 多个会话中反复出现的问题
- 从检查点学习 —— 暂停时机是否恰当?
Quick Start Checklist
快速入门检查清单
- Gather session data (git log, ohno activity, session notes)
- Analyze execution against original task plan
- Evaluate quality metrics (review pass rate, cycle count)
- Identify patterns (positive and negative)
- Generate actionable improvements
- 收集会话数据(git log、ohno活动、会话笔记)
- 对照原始任务计划分析执行情况
- 评估质量指标(评审通过率、迭代次数)
- 识别模式(正面和负面)
- 生成可落地的优化方案
References
参考资料
| Reference | Description |
|---|---|
| pattern-library.md | Common session patterns and their fixes |
| analysis-scripts.md | Scripts for extracting session metrics |
| review-report-template.md | Template for session review reports |
| handoff-guide.md | Handoff state documentation, templates, ohno integration |
| 参考资料 | 描述 |
|---|---|
| pattern-library.md | 常见会话模式及其修复方案 |
| analysis-scripts.md | 用于提取会话指标的脚本 |
| review-report-template.md | 会话回顾报告模板 |
| handoff-guide.md | 交接状态文档、模板、ohno集成 |