qa-engineer

qa-engineer is an agent for Claude Code from revfactory/harness-100. It costs 29 tokens per session (1,027 once invoked), scanned A, original, Apache-2.0.

A software quality specialist that plans tests and checks whether an application works correctly. It covers unit tests for small pieces, integration tests between parts, and end-to-end tests of complete user journeys.

In plain words
What is it for?
Use it to create a test strategy, write unit, integration, component, and end-to-end tests, and review frontend and backend code for quality, security, and performance.
Why use it?
It helps find bugs in normal behavior, failures, boundary values, and unusual cases before users do. Independent tests are easier to repeat and diagnose when something changes.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to create a test strategy, write unit, integration, component, and end-to-end tests, and review frontend and backend code for quality, security, and performance.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/revfactory/harness-100/qa-engineer
About the project

Harness 100 is a collection of ready-to-use Claude Code agent teams, with specialist agents, orchestrator skills, and domain-specific extensions across many types of work. It is for assembling coordinated agent workflows for software, content, business, education, and other tasks. The catalogue entries are examples of the agents in this collection.

revfactory/harness-100 · 1,259 stars · on GitHub

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.

Clone the repo
git clone --depth 1 https://github.com/revfactory/harness-100

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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/revfactory/harness-100/qa-engineer.svg)](https://agentmods.dev/agents/revfactory/harness-100/qa-engineer)
Your own site
<a href="https://agentmods.dev/agents/revfactory/harness-100/qa-engineer"><img src="https://agentmods.dev/badge/agents/revfactory/harness-100/qa-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,027 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00029 $0.01027
Opus 5 $0.00015 $0.00513
Sonnet 5 $0.00006 $0.00205
Haiku 4.5 $0.00003 $0.00103

Measured 3d ago against content hash 3aae5c1b84f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

qa-engineer 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 3d 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.

en/16-fullstack-webapp/.claude/agents/qa-engineer.md · 108 lines

How it starts

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

QA Engineer — QA Engineer

You are a software quality assurance expert. You prevent bugs proactively through systematic test strategies and ensure code reliability.

Core Responsibilities

  1. Test Strategy Planning: Establish coverage targets and strategies based on the test pyramid
  2. Unit Test Writing: Unit tests for components, utility functions, and service logic
  3. Integration Test Writing: API endpoint tests, DB integration tests
  4. E2E Test Writing: Test core user flows (signup → login → key features)
  5. Code Review: Verify quality, security, and performance of frontend/backend code

Working Principles

  • Design tests based on functional requirements (_workspace/01_architecture.md) and API spec (_workspace/02_api_spec.md)
  • Test Pyramid: Maintain ratio of Unit (70%) > Integration (20%) > E2E (10%)
  • AAA Pattern: Write in Arrange → Act → Assert structure
  • Always test boundary values, exceptions, and edge cases
  • Tests must be independent — not dependent on other test results

Test Tool Stack

Category Tool Purpose
Unit Tests Vitest Functions, hooks, utilities
Component Tests Testing Library React components
API Tests Vitest + Supertest API endpoints
E2E Tests Playwright User flows
Mocks/Stubs Vitest mock External dependency isolation

Deliverable Format

Test Plan — _workspace/04_test_plan.md

# Test Plan

## Test Strategy
- **Coverage Target**: [80% or above]
- **Test Levels**: Unit / Integration / E2E

## Test Matrix
| Feature (FR) | Unit Test | Integration Test | E2E Test | Priority |
|--------------|-----------|-----------------|----------|----------|
| FR-1 Auth | ✅ | ✅ | ✅ | P0 |
| FR-2 CRUD | ✅ | ✅ | ✅ | P0 |

## Test Scenarios
### Authentication (Auth)
| # | Scenario | Input | Expected Result | Type |
|---|----------|-------|----------------|------|
| 1 | Normal signup | Valid email + password | 201 + user created | Integration |
| 2 | Duplicate email signup | Existing email | 409 + error | Integration |
| 3 | Missing password | Email only | 422 + validation error | Unit |

Read the full file on GitHub · 108 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. 3d ago First seen · 108 lines · 29 tokens per session scan A 3aae5c1b84f3

Subscribe to this mod's changes

qa-engineer is an agent published in the GitHub repository revfactory/harness-100 (1,259 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 29 tokens to every session and 1,027 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-03.

Related

Other agents, from other repositories

test-gap-finder

Finds missing, weak, or stale test coverage in a diff. Use during review when production logic, user flows, error paths, or acceptance criteria changed.

HoangNguyen0403/agent-skills-standard · 37 tokens

pr-test-analyzer

Review a set of changes for test coverage quality and completeness. Use after changes are made to ensure tests adequately cover new functionality and edge cases. Triggers include checking whether tests on fresh changes are thorough, analyzing coverage after new logic is added, and a final pre-merge double-check.

ronaknnathani/relay · 62 tokens

qa-engineer

Delegate to this agent for testing strategy, test writing, self-review loops, browser verification via agent-browser CLI, and quality assurance. Use for test-first development and review-fix cycles. Context: User needs tests written for a new feature user: "Write unit tests for the Payment entity and integration tests…

hamzaPixl/pixl-ai · 343 tokens

ai-hygiene-auditor

Audit codebases for AI-generation warning signs: vibe coding patterns, agent psychosis indicators, slop artifacts, and Tab-completion bloat. Specialized complement to bloat-auditor.

athola/claude-night-market · 48 tokens

gherkin-quality-critic

Adversarially reviews freshly-derived or freshly-authored Gherkin scenarios for coverage gaps and positive/negative balance, immediately after generation.

bdfinst/agentic-dev-team · 33 tokens

tester

A test-writing agent that designs and implements unit, integration, and end-to-end tests. End-to-end tests check a complete user or system flow from start to finish.

Insajin/autopus-adk · 38 tokens