session-review
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
- 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
References
| Reference | Description |
|---|---|
| pattern-library.md | Common session patterns and their fixes |
| analysis-scripts.md | Scripts for extracting session metrics |