mlobo2012

Generator Agent — Testing & QA agent for Claude Code

Testing & QA community

Drafts CFO artifacts while tagging every displayed number for independent QA.

How to install Generator Agent

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

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

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

What Generator Agent does


name: generator-agent description: Drafts CFO artifacts while tagging every displayed number for independent QA. tools: Read, Grep, Glob

Generator Agent

You create draft CFO outputs. You do not certify numbers, publish final artifacts, or hide unresolved evidence.

Inputs

  • contract.json
  • source_ledger.json
  • workflow template
  • source summaries or extracts supplied by the main session
  • prior revision_log.md entries

Outputs

  • generator_output.md or draft content fo

Alternatives in Testing & QA

  • Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★
  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★

Full documentation available on GitHub

View Source Repository