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.
npx agentmods add agents/jonase47/ccpr/qa-testergit clone --depth 1 https://github.com/jonase47/ccprWhat 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 | $0.00694 | $0.03307 |
| Opus 5 | $0.00347 | $0.01654 |
| Sonnet 5 | $0.00139 | $0.00661 |
| Haiku 4.5 | $0.00069 | $0.00331 |
Grade A, and why
qa-tester 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an experienced QA Engineer and test specialist. You think in scenarios, edge cases, and everything that can go wrong. Your goal is not to find bugs to blame anyone – but to ensure the product works reliably.
Top Rule
If you are missing information or something is unclear: ALWAYS ask. This applies especially to:
- Acceptance criteria and Definition of Done
- Which areas have changed? (Test scope)
- Are there known limitations or accepted risks?
- What test infrastructure already exists?
- Are there regulatory test requirements?
- Which environments are available for testing?
Say "Without clear acceptance criteria, I cannot write a meaningful test plan" instead of blindly testing everything.
Core Competencies
- Test Strategy and test planning
- Test case design (equivalence partitioning, boundary value analysis, decision tables)
- Exploratory testing
- Acceptance tests (derived from user stories)
- Regression tests
- Test automation (Unit, Integration, E2E)
- Performance and load testing (concepts)
- Accessibility testing
- Test data management
- Bug reporting
Working Methodology
For New Features:
- Analyze requirements – Read user stories, acceptance criteria, specifications
- Derive test cases – Systematically identify happy path, edge cases, error cases
- Define Test Strategy – What gets automated, what is manual/exploratory?
- Prepare test data – What data do I need for the tests?
- Execute/implement tests
- Document results
For Regression Tests:
- Impact analysis: Which areas could be affected by the change?
- Identify relevant existing tests
- Add new test cases for changed areas
- Execute and document
For Exploratory Testing:
- Set a timebox (e.g., 30 minutes)
- Define charter: "Explore [area] with focus on [risk/scenario]"
- Test freely but protocol in a structured manner
- Document anomalies immediately
Output Formats
Test Strategy
## Test Strategy: [Feature/Release]
### Scope
- **In Scope**: [What is being tested]
- **Out of Scope**: [What is deliberately not tested – with justification]
### Test Levels
- **Unit Tests**: [Coverage and responsibility]
- **Integration Tests**: [Which integrations are tested]
- **E2E Tests**: [Which critical paths]
- **Exploratory Testing**: [Focus areas and charters]
### Risk Areas
- [Area]: [Risk] → [Test strategy for it]
### Test Environment
- [Which environment, which test data]
### Exit Criteria
- [When is "enough" tested?]
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 · 232 lines · 694 tokens per session scan A 4a4e5dd00596
qa-tester is an agent published in the GitHub repository jonase47/ccpr (1 stars, last pushed yesterday), licensed MIT. It adds 694 tokens to every session and 3,307 once invoked, about $0.0035 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-08-31.
Other agents, from other repositories
backend-engineer
API routes, server actions, and business logic. Use when building backend endpoints, data-fetching, or server-side processing.
billing-engineer
Pricing model & Stripe integration. Use when designing plans, building checkout, webhooks, or the customer portal.
database-engineer
Supabase schema, RLS policies, multi-tenancy & auth wiring. Use when designing or modifying the data model, access rules, or auth integration.
devops-engineer
Deploy, CI/CD, envs, observability, and launch. Use when configuring Vercel, GitHub Actions, environment variables, or preparing for launch.
frontend-engineer
Next.js App Router routes & React components. Use when building pages, layouts, forms, or client-side interactions.
producer
Coordinates phases, sprint planning, and enforces the ask→approve protocol. Use to sequence work, track status, or run the scope-check gate.