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-claude plugin must be installed.
  • The ed3d-session-reflection plugin must be installed (provides the conversation-reviewer agent and reduce-transcript.py script).
  • 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).

Installs
5
GitHub Stars
249
First Seen
Apr 5, 2026
review-session — ed3dai/ed3d-plugins