AI.Agent.Review.Reviewer (fnord v0.9.29)
View SourceMaster review agent. Coordinates a comprehensive post-implementation review by researching the change, dispatching five specialist reviewers in parallel, confirming their findings against the actual code, and producing a unified severity-grouped report.
Pipeline
- Formulate - research the change and produce tailored prompts for each specialist reviewer.
- Specialists - five specialists (pedantic, acceptance, state flow, no-slop, breadcrumbs) run in parallel, each producing structured findings in their domain.
- Incorporate - confirm each finding by reading the cited code, classify as CONFIRMED/REJECTED/UNVERIFIABLE, and produce the final report.
Summary
Functions
Return internal prompts (test helper).
The JSON schema response format used by specialist agents.