review-session
Installation
SKILL.md
Goal
Agent sessions accumulate corrections, dead ends, random mistakes, and occasional insights. These are gaps in knowledge, guidelines, or tools. Your job is to review a session log, identify gaps, and provide remedies.
Step 1: Tool Selection
Select the command for your identity and define it as $TOOL.
| Agent | Command |
|---|---|
| Claude Code | python {{skill-base-dir}}/scripts/claude-sessions |
| Codex | python {{skill-base-dir}}/scripts/codex-sessions |
| GitHub Copilot | python {{skill-base-dir}}/scripts/copilot-sessions |
| Mistral Vibe | python {{skill-base-dir}}/scripts/vibe-sessions |
| OpenCode | python {{skill-base-dir}}/scripts/opencode-sessions |
Use the full path to the script. Key usage:
Related skills