review-conversation
Review SPARTA conversation transcripts and grading with full transparency. Use when asked to review conversations, show transcripts, compare student vs teacher grades, inspect persona evaluations, or export sessions for human annotation. Replaces the black-box opacity of raw JSONL session files with rich turn-by-turn rendering including entity gate decisions, QRA citations, self-grade iterations, and persona evaluation reasoning.
npx skills add majiayu000/claude-skill-registry --skill review-conversation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Review Conversation Transparent conversation transcript viewer for SPARTA stress test sessions. Every turn, grade, and evaluation visible — no black boxes. ## Quick Start ```bash # List available session files ./run.sh files # Show summary of latest session file ./run.sh list # Show full transcript of session #3 ./run.sh show -n 3 # Show specific session by ID ./run.sh show -i stress_20260222_175146 # Show only disagreements (student vs teacher) ./run.sh compare # Export to markdown for human annotation ./run.sh export -o review.md # NDJSON stream for automation ./run.sh json-stream ``` ## Commands | Command | Description | |---------|-------------| | `files` | List available session JSONL files with sizes and counts | | `list [file]` | Summary table: all sessions with grades, agreement, resolution | | `show [file]` | Full transcript with turn-by-turn metadata and grading | | `compare [file]` | Filter to only student-teacher disagreements | | `export [file]` | Export sessions as annotated markdown | | `json-stream [file]` | NDJSON output with merged shadow/delta data | | `find [file]` | **Structured search** with filters + free-text (agent-human collaboration) | | `search <query>
- Quick Start
- Commands
- Show Options
- What You See Per Turn
- What You See Per Session
- Data Sources
- Environment Variables
- Semantic Search via /memory (search, ingest)
- Workflow
- How It Works
- Graceful Degradation
- Agent-Human Collaboration (find)
- Find Filters
- Translation Guide for Agents
List available session files Show summary of latest session file Show full transcript of session #3 Show specific session by ID Show only disagreements (student vs teacher) Export to markdown for human annotation NDJSON stream for automation Summary table (paste in chat) Single session compact view Export all chart data
What does the review-conversation skill do?
Review SPARTA conversation transcripts and grading with full transparency. Use when asked to review conversations, show transcripts, compare student vs teacher grades, inspect persona evaluations, or export sessions for human annotation. Replaces the black-box opacity of raw JSONL session files with rich turn-by-turn rendering including entity gate decisions, QRA citations, self-grade iterations, and persona evaluation reasoning.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill review-conversation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
