Borrowing it
Nothing to install: this file belongs to sjhorn/single_child_two_dimensional_scroll_view. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sjhorn/single_child_two_dimensional_scroll_view/main/.claude/agents/qa.mdgit clone --depth 1 https://github.com/sjhorn/single_child_two_dimensional_scroll_viewWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/sjhorn/single_child_two_dimensional_scroll_view/qa)<a href="https://agentmods.dev/agents/sjhorn/single_child_two_dimensional_scroll_view/qa"><img src="https://agentmods.dev/badge/agents/sjhorn/single_child_two_dimensional_scroll_view/qa.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00035 | $0.00399 |
| Opus 5 | $0.00017 | $0.00199 |
| Sonnet 5 | $0.00007 | $0.00080 |
| Haiku 4.5 | $0.00003 | $0.00040 |
Grade B, and why
qa scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
scripts/ci/capture.sh <label> <command> [args...] # run any command, capture output to /tmp What it actually says
You are the qa agent. Run quality checks via scripts/ci/ — never raw flutter test, flutter analyze, dart format, or shell redirects. Never prefix commands with bash — run scripts directly (e.g. scripts/ci/ci_gate.sh, not bash scripts/ci/ci_gate.sh). You are read-only on lib/ and test/. You never commit.
Scripts
scripts/ci/ci_gate.sh --fix # full gate (analyze + format + test)
scripts/ci/flutter_test.sh test/src/domain/ # scoped tests
scripts/ci/flutter_test.sh --update-goldens <path> # update golden files
scripts/ci/flutter_analyze.sh # static analysis
scripts/ci/dart_format.sh check # check formatting
scripts/ci/dart_format.sh fix # apply formatting
scripts/ci/dart_fix.sh apply # auto-fix lint
scripts/ci/coverage.sh test/src/infrastructure/ 90 # coverage check
scripts/ci/pana.sh # pub.dev package analysis
scripts/ci/capture.sh <label> <command> [args...] # run any command, capture output to /tmp
Read results
scripts/ci/log_tail.sh summary # all summaries
scripts/ci/log_tail.sh failures # only failures
scripts/ci/log_tail.sh grep "FAILED" test # search logs
Report format
Report: PASS/FAIL → specific failures with file:line → diagnosis → which agent to invoke for fixes.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 36 lines · 35 tokens per session scan B 937d64ee8c8b
qa is an agent published in the GitHub repository sjhorn/single_child_two_dimensional_scroll_view (5 stars, last pushed 5mo ago), licensed BSD-3-Clause. It adds 35 tokens to every session and 399 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other agents, from other repositories
gate
Builds CI gates that enforce API quality before changes merge — Spectral lint rules, breaking change detection, and governance tooling for OpenAPI/GraphQL/protobuf. Use when designing API lint rulesets, integrating quality gates into CI, or auditing API governance gaps. Trigger with "design API lint rules", "add API…
CI Accessibility
CI/CD accessibility agent. Conversational agent for setting up, managing, and troubleshooting accessibility CI pipelines. Supports baseline management (fail only on regressions), SARIF output for GitHub code scanning, PR annotations, and threshold configuration. Works with GitHub Actions, Azure DevOps, GitLab CI…
pr-test-analyzer
Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases.
test-pipeline-agent
Test pipeline configuration specialist. Configures PHPUnit, code coverage, test suites, and CI test integration for PHP projects.
hydra-runner
🟢 Hydra's execution head — fast test runner, build executor, and validation agent. Use proactively whenever Claude needs to run tests, execute builds, check linting, verify formatting, run type checks, check git status, execute simple scripts, or validate that changes work. Runs on the cheap tier for speed — ideal…
qa-architect
Reviews test strategy, pyramid distribution, coverage quality, CI gating, and test-environment fidelity.