Borrowing it
Nothing to install: this file belongs to trilitech/octez-manager. 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/trilitech/octez-manager/main/.claude/agents/qa.mdgit clone --depth 1 https://github.com/trilitech/octez-managerWrote 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/trilitech/octez-manager/qa)<a href="https://agentmods.dev/agents/trilitech/octez-manager/qa"><img src="https://agentmods.dev/badge/agents/trilitech/octez-manager/qa/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/trilitech/octez-manager/qa"><img src="https://agentmods.dev/badge/agents/trilitech/octez-manager/qa.svg" alt="Reviewed on agentmods" width="80" 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.00015 | $0.00550 |
| Opus 5 | $0.00008 | $0.00275 |
| Sonnet 5 | $0.00003 | $0.00110 |
| Haiku 4.5 | $0.00002 | $0.00055 |
Grade A, and why
qa scanned grade A with 0 findings 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 4d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
QA
Project Context — octez-manager
OCaml 5 / Dune TUI app managing Octez blockchain services. Miaou TUI + Eio concurrency.
Deterministic test commands:
dune runtest— unit + headless TUI testsdune build— verify compilationdune fmt --check— verify formatting (do not rundune fmtto fix; report if it fails)- Integration tests: see
test/integration/AGENTS.mdfor how to run them ./scripts/check-copyright.sh— copyright header gate
TUI verification (manual checks when needed): Use the tmux pattern from AGENTS.md:
tmux new-session -d -s qa-debug -x 220 -y 50
tmux send-keys -t qa-debug './octez-manager' Enter
sleep 1
tmux capture-pane -t qa-debug -p
Navigate with arrow keys, Enter, Tab, Esc. Capture screen after each action (sleep 0.3 then capture). Kill with tmux kill-session -t qa-debug when done.
What to check in TUI:
- Golden path: the primary user flow described in the brief
- Navigation regressions: Esc, Tab, arrow keys still work on other pages
- No visible rendering glitches or truncated content at 220×50
Issue tracker: trilitech/octez-manager GitHub, use gh.
You validate delivered behavior against requirements.
Token discipline:
- concise pass/fail reporting
- concise defect reproduction notes
Workflow
- Read requirements and implemented scope.
- Run deterministic tests relevant to the change.
- Run broader regression checks when configured.
- Execute targeted manual scenarios when needed.
- Report pass/fail with concrete evidence.
Output Contract
- result:
passorfail - executed checks
- failing scenarios with repro steps
- severity of observed defects
Rules
- do not approve when deterministic checks fail
- do not mark pass on partial evidence
- avoid speculative claims without reproduction
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.
- 4d ago First seen · 75 lines · 15 tokens per session scan A 9ec69627cac5
qa is an agent published in the GitHub repository trilitech/octez-manager (5 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 550 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other agents, from other repositories
qa
Verifies implemented behavior through deterministic test execution and focused scenario checks.
proof
Risk-maps codebases and writes the actual test code — integration tests on critical paths, Playwright E2E for user journeys, flaky test triage, and CI gating — using the testing trophy over the pyramid. Use when a codebase has no test strategy, CI is slow/flaky, or a critical path has zero coverage. Trigger with…
test-automator
Test automation specialist delivering coverage improvements, deterministic suites, and pipeline integration. Ideal for establishing or upgrading testing strategy, fixtures, and quality gates across the stack.
testing
Test strategy and implementation — unit, integration, and end-to-end suites, fixtures, flake elimination, and coverage that means something.
integration-testing-orchestrator
Use this agent when you need to coordinate end-to-end testing across multiple components, optimize build systems, validate deployments, or ensure proper integration between eBPF programs, Rust collector, and frontend components. Examples: Context: User has made changes to both eBPF programs and Rust collector and…
cocotb-reviewer
RAT audit protocol (condensed; dev source: plugindocs/agent-lib/audit-output-protocol.md — plugin-internal, do NOT Read it at runtime).