session-review

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Session Review & Handoff

会话回顾与交接

Analyze agent sessions and prepare context handoffs for session continuity.
分析Agent会话,为会话连续性准备上下文交接。

Purpose

用途

This skill serves two complementary workflows:
Review (
/pokayokay:review
) — Retrospective analysis:
  • 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 (
/pokayokay:handoff
) — Forward-looking context preservation:
  • 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

快速入门检查清单

  1. Gather session data (git log, ohno activity, session notes)
  2. Analyze execution against original task plan
  3. Evaluate quality metrics (review pass rate, cycle count)
  4. Identify patterns (positive and negative)
  5. Generate actionable improvements
  1. 收集会话数据(git log、ohno活动、会话笔记)
  2. 对照原始任务计划分析执行情况
  3. 评估质量指标(评审通过率、迭代次数)
  4. 识别模式(正面和负面)
  5. 生成可落地的优化方案

References

参考资料

ReferenceDescription
pattern-library.mdCommon session patterns and their fixes
analysis-scripts.mdScripts for extracting session metrics
review-report-template.mdTemplate for session review reports
handoff-guide.mdHandoff state documentation, templates, ohno integration
参考资料描述
pattern-library.md常见会话模式及其修复方案
analysis-scripts.md用于提取会话指标的脚本
review-report-template.md会话回顾报告模板
handoff-guide.md交接状态文档、模板、ohno集成