session-review

📁 srstomp/pokayokay 📅 Jan 24, 2026
18
总安装量
7
周安装量
#19185
全站排名
安装命令
npx skills add https://github.com/srstomp/pokayokay --skill session-review

Agent 安装分布

claude-code 4
github-copilot 4
opencode 4
gemini-cli 4
codex 4
antigravity 3

Skill 文档

Session Review

Analyze agent sessions to extract lessons and improve future performance.

Purpose

After an agent session, this skill helps you:

  • 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

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

References

Reference Description
pattern-library.md Common session patterns and their fixes
analysis-scripts.md Scripts for extracting session metrics