review-session
Installation
SKILL.md
Review Session
Review a single Claude Code session transcript for quality and produce actionable findings.
Do not use nested subagents. This workflow may dispatch the conversation-reviewer agent, but that agent must analyze the transcript directly and must not dispatch additional subagents.
Prerequisites
- The
ed3d-extending-claudeplugin must be installed. - The
ed3d-session-reflectionplugin must be installed (provides theconversation-revieweragent andreduce-transcript.pyscript). - The current session's transcript path must be available (injected by the SessionStart hook). If it is not available, ask the user for the transcript path.
Invocation
The user may invoke this as:
/review-session— review the current session/review-session /path/to/transcript.jsonl— review a specific transcript
If no argument is provided, use the current session's transcript path (from the SessionStart hook context injection).