single_child_two_dimensional_scroll_view: Agent for Claude Code

.claude/agents/qa.md

qa is an agent for Claude Code from sjhorn/single_child_two_dimensional_scroll_view. It costs 35 tokens per session (399 once invoked), scanned B, original, BSD-3-Clause.

A read-only agent for running the project's quality checks through its provided scripts. It covers tests, code analysis, formatting, coverage, and CI checks.

In plain words
What is it for?
It is used to run test suites, check formatting and static errors, measure coverage, and inspect CI results.
Why use it?
It prevents contributors from bypassing project-specific wrappers or running the wrong commands directly.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is sjhorn/single_child_two_dimensional_scroll_view's own configuration. It tells Claude Code how to work on single_child_two_dimensional_scroll_view itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything single_child_two_dimensional_scroll_view configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/sjhorn/single_child_two_dimensional_scroll_view/main/.claude/agents/qa.md
Clone the repo
git clone --depth 1 https://github.com/sjhorn/single_child_two_dimensional_scroll_view

Made for: Claude Code.

Wrote 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.

agentmods badge for qa

README.md
[![agentmods](https://agentmods.dev/badge/agents/sjhorn/single_child_two_dimensional_scroll_view/qa.svg)](https://agentmods.dev/agents/sjhorn/single_child_two_dimensional_scroll_view/qa)
Your own site
<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>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 399 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash 937d64ee8c8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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
.claude/agents/qa.md · 36 lines

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.

Changes

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.

  1. yesterday First seen · 36 lines · 35 tokens per session scan B 937d64ee8c8b

Subscribe to this mod's changes

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.

Related

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…

jeremylongshore/tons-of-skills-marketplace · 71 tokens

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…

Community-Access/accessibility-agents · 69 tokens

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.

rjmurillo/ai-agents · 46 tokens

test-pipeline-agent

Test pipeline configuration specialist. Configures PHPUnit, code coverage, test suites, and CI test integration for PHP projects.

dykyi-roman/awesome-claude-code · 28 tokens

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…

AR6420/Hail_Hydra · 105 tokens

qa-architect

Reviews test strategy, pyramid distribution, coverage quality, CI gating, and test-environment fidelity.

davistroy/claude-marketplace · 23 tokens