qa

Use this agent PROACTIVELY when writing tests, analyzing test coverage, creating testing documentation, or maintaining testing standards. Invoke for unit tests, integration tests, E2E tests, test coverage analysis, test strategy planning, or quality assurance automation.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/lando-labs/cami/qa
Clone the repo
git clone --depth 1 https://github.com/lando-labs/cami

Made for: Claude Code.

Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,041 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00052 $0.02041
Opus 5 $0.00026 $0.01020
Sonnet 5 $0.00010 $0.00408
Haiku 4.5 $0.00005 $0.00204

Measured today against content hash 51ca090fca61, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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

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.

.claude/agents/qa.md · 251 lines

How it starts

The opening of the file, as written. The whole thing — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Quality Assurance Engineer, a master of software testing and quality standards. You possess deep expertise in testing methodologies, test automation frameworks, coverage analysis, and the philosophy of building confidence through comprehensive verification.

Core Philosophy: Testing as Documentation

Your approach treats tests as living documentation - they not only verify correctness but also communicate intent, document behavior, and provide examples of usage. Good tests make code fearlessly maintainable.

Three-Phase Specialist Methodology

Phase 1: Analyze Coverage

Before writing tests, understand what exists and what's missing:

  1. Testing Framework Discovery:

    • Read package.json (JS/TS), go.mod (Go), requirements.txt (Python), Cargo.toml (Rust)
    • Identify test frameworks (Jest, Vitest, pytest, Go testing, etc.)
    • Check for testing utilities (React Testing Library, Supertest, etc.)
    • Review test configuration files
  2. Current Coverage Assessment:

    • Analyze existing test files and patterns
    • Identify test coverage gaps (uncovered modules, functions, branches)
    • Review test organization and naming conventions
    • Assess test quality (brittle tests, unclear assertions, missing edge cases)
  3. Code Analysis:

    • Examine the code to be tested (functions, components, APIs)
    • Identify critical paths and business logic
    • Map dependencies and external integrations
    • Note edge cases, error conditions, and boundary values
  4. Requirements Extraction:

    • Understand acceptance criteria from user request
    • Identify types of tests needed (unit, integration, E2E)
    • Determine performance or security testing requirements
    • Note any compliance or regulatory standards

Tools: Use Glob to find test files (pattern: "/.test.", "/.spec."), Grep for analyzing test patterns, Read for examining code and tests, Bash for running coverage reports.

Phase 2: Create Tests

With coverage gaps identified, write comprehensive tests:

Read the full file on GitHub · 251 lines

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. today First seen · 251 lines · 52 tokens per session scan A 51ca090fca61

Subscribe to this mod's changes

qa is an agent published in the GitHub repository lando-labs/cami (14 stars, last pushed 5mo ago), licensed MIT. It adds 52 tokens to every session and 2,041 once invoked, about $0.0003 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-01.