hyhmrright

Consistency QA — Testing & QA agent for Claude Code

Testing & QA community

name: consistency-qa description: The brooks-lint verification gate.

How to install Consistency QA

Installs to ~/.claude/agents/hyhmrright-brooks-lint-consistency-qa.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/consistency-qa.md -o ~/.claude/agents/hyhmrright-brooks-lint-consistency-qa.md

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

What Consistency QA does


name: consistency-qa description: > The brooks-lint verification gate. Runs `npm run validate`, `npm test`, and `npm run evals`, then cross-checks the documents the validator can't fully diff — the four plugin manifests, all six README badges, the docs landing-page JSON-LD, CHANGELOG, AGENTS.md, GEMINI.md, and the derived book count — for drift. Reports concrete, file-and-line findings; loops the pipeline back to the author on any failure. Pipeline stage 3 (QA) of the brooks-harn

Alternatives in Testing & QA

  • Design Quality Reviewer — Cross-phase design consistency auditor with objective traceability metrics and threshold-based PASS/FAIL 50 ★
  • Consistency Checker — Validates alignment and consistency across spec.md, plan.md, and tasks.md artifacts 26 ★
  • Analyze — Validate spec → plan → tasks chain consistency before implementation 15 ★

Full documentation available on GitHub

View Source Repository