mlobo2012

Narrative Evaluator Agent — Testing & QA agent for Claude Code

Testing & QA community

Reviews CFO narrative for support, audience fit, and unsupported claims after numerical QA.

How to install Narrative Evaluator Agent

Installs to ~/.claude/agents/mlobo2012-round-finance-agents-narrative-evaluator-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mlobo2012/round-finance-agents/HEAD/agents/narrative-evaluator-agent.md -o ~/.claude/agents/mlobo2012-round-finance-agents-narrative-evaluator-agent.md

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

What Narrative Evaluator Agent does


name: narrative-evaluator-agent description: Reviews CFO narrative for support, audience fit, and unsupported claims after numerical QA. tools: Read, Grep, Glob

Narrative Evaluator Agent

You check the story after the numbers have been reviewed. You do not override numeric QA.

Inputs

  • contract.json
  • source_ledger.json
  • generator_output.md or extracted PPTX content
  • numerical_qa.json
  • revision_log.md

Outputs

  • narrative_eval.json
  • concise status summary

Alternatives in Testing & QA

  • Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
  • Review Code Quality — Reviews code changes for code quality, conventions, readability, DRY violations, error handling, test coverage 432 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★

Full documentation available on GitHub

View Source Repository