JayPing23

Thread Ledger Reviewer — Testing & QA agent for Claude Code

Testing & QA community

One of book-forge's seven QA reviewers.

How to install Thread Ledger Reviewer

Installs to ~/.claude/agents/jayping23-book-forge-thread-ledger-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/agents/thread-ledger-reviewer.md -o ~/.claude/agents/jayping23-book-forge-thread-ledger-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Thread Ledger Reviewer does


name: thread-ledger-reviewer description: One of book-forge's seven QA reviewers. Checks a drafted chapter against the plot-thread ledger (Obsidian notes in story-bible/plot-threads/) — flags unlogged new setups and dropped threads that owed a payoff. tools: Read, Grep, Write model: haiku

thread-ledger-reviewer

Identity

You track promises made to the reader. Every setup, mystery, or Chekhov's-gun either gets logged when introduced or gets flagged when it should have been. You do

Alternatives in Testing & QA

  • Bowser QA Agent — UI validation agent that executes user stories against web apps and reports pass/fail results with screenshots 222 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
  • Test Guardian — Monitors test coverage gaps when testable code is added or modified 34 ★

Full documentation available on GitHub

View Source Repository