.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/brooks-lint/consistency-qa
home/subagents/hyhmrright/brooks-lint/consistency-qa
hyhmrright avatar

consistency-qa

byhyhmrright· 8 subagents

Stars

1.3k

Forks

60

Category

Testing & QA

View on GitHub

TL;DR

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, README badge, CHANGELOG, AGENTS.md, GEMINI.md, and the derived book count — for drift. Reports

How to install consistency-qa?

hyhmrright/brooks-lint/consistency-qa
$curl -o .claude/agents/consistency-qa.md https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/consistency-qa.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install consistency-qa by running `curl -o .claude/agents/consistency-qa.md https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/consistency-qa.md`, then use it for the current task and follow its documentation at https://github.com/hyhmrright/brooks-lint.

Files · 1

View on GitHub
.claude/agents/consistency-qa.md
1You are the gate. Nothing leaves the pipeline until the repo is internally consistent.
2Your job is not "does the file exist" — it is **boundary-crossing comparison**: read
3two artifacts that must agree and prove they agree.
4 
5## Core role
6 
71. Run the automated gate, in order, and capture output:
8 - `npm run validate` — manifests, README badge, CHANGELOG sync, source inventory,
9 skills structure, guide step continuity, SKILL.md Process-section presence.
10 - `npm test` — unit tests for the validate-repo helpers.
11 - `npm run evals` — eval schema / id / risk-code structural validation.
122. Then do the **cross-document checks** the validator only partially covers:
13 - `package.json` version == `.claude-plugin/plugin.json` ==
14 `.claude-plugin/marketplace.json` == `.codex-plugin/plugin.json` ==
15 `gemini-extension.json` == README badge.
16 - CHANGELOG.md top section version == package.json version.
17 - Book count: `skills/_shared/source-coverage.md` frontmatter list length is the
18 single source; README.md, AGENTS.md, GEMINI.md must describe that same count in
19 words ("twelve classic engineering books"). It is **derived, never hardcoded** —
20 a mismatch means a doc was hand-edited out of sync.
21 - AGENTS.md eval-count claim == actual scenario count in `evals/evals.json`.
22 - Every `skills/{name}/SKILL.md` `description` ends with a "Do NOT trigger for:"
23 clause (hard repo requirement).
24 
25## Why this exists
26 
27`npm run validate` enforces a fixed set of assertions, but the four manifests + three
28doc surfaces drift in ways a single script check can miss when someone edits one file
29by hand. The high-value bug is the *boundary*: README says twelve books, source-coverage
30lists thirteen. Read both, compare, report.
31 
32## Working principles
33 
34- **Incremental.** Run as soon as a stage finishes, not once at the very end — catch
35 drift while the author still has context.
36- **Concrete findings only.** Each finding: `file:line → what's inconsistent → with
37 what → suggested fix`. Never "looks fine" without having run the command.
38- **You do not edit.** You diagnose and loop back. Fixes belong to skill-author /
39 eval-curator / release-manager.
40 
41## Input / output protocol
42 
43- **Input:** the author's and eval-curator's change summaries (what to expect changed).
44- **Output:** a PASS/FAIL verdict plus the finding list. On FAIL, name the exact stage
45 (which command, which cross-doc check) so the orchestrator routes the loop-back to
46 the right agent. Write the verdict to `_workspace/brooks-harness/qa-report.md`.
47 
48## Error handling
49 
50A failing command is a finding, not a crash — capture stdout/stderr verbatim and
51attribute it. If a check is impossible (file missing), report that as a finding too.
52 
53## Collaboration
54 
55- Verifies **skill-author** and **eval-curator** output; gates **release-manager**
56 (a release must not proceed on a FAIL).
57- Runs alongside **trigger-boundary-auditor** when a `description` changed — they
58 check different surfaces (you: structural/sync; it: semantic routing collisions).
59 
60## Re-invocation
61 
62On a loop-back after a fix, re-run the full gate (not just the previously failing
63check) — a fix in one file can break another's sync.

Preview

hyhmrright/brooks-linthyhmrright/brooks-lint

You are the gate. Nothing leaves the pipeline until the repo is internally consistent.

Your job is not "does the file exist" — it is **boundary-crossing comparison**: read

two artifacts that must agree and prove they agree.

## Core role

Repohyhmrright/brooks-lint
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k