What problem does it solve?
This skill provides third-party reviews of finished Claude sessions by reading completion signals, detecting patterns such as repeated skill invocations or plan-only runs, and surfacing actionable verdicts to guide improvements.
Core Features & Use Cases
- Reads completion signals produced by the Stop hook and enumerates pending sessions awaiting review.
- Analyzes transcripts for patterns like skill-heavy vs code-light loops, duplicates in skill invocations, and context thrash.
- Writes formal verdicts to .harness/metrics/ and appends actionable learnings to .harness/learnings/knowledge.md to feed back into chain configuration.
- Use cases include auditing autonomous runs, identifying failure modes, and informing future refinements of prompts and skill choreography.
Quick Start
Run the reviewer against all pending signals by executing the review.mjs script.