qa-engineer

qa-engineer is an agent for coding agents from odarino/haren. It costs 21 tokens per session (3,573 once invoked), scanned A, original, MIT.

A QA automation agent that turns Excel test-case reports into Playwright end-to-end tests using selectors found in the actual application. Playwright is a tool for testing websites in a browser from start to finish.

In plain words
What is it for?
Use it to parse Excel test reports, inspect frontend and backend code, create Playwright tests, audit selectors, and check that every test case is covered.
Why use it?
It helps replace manual test cases with traceable automated scripts and checks that the generated selectors are real rather than invented.

Agent

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/odarino/haren/qa-engineer
Clone the repo
git clone --depth 1 https://github.com/odarino/haren

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/odarino/haren/qa-engineer.svg)](https://agentmods.dev/agents/odarino/haren/qa-engineer)
Your own site
<a href="https://agentmods.dev/agents/odarino/haren/qa-engineer"><img src="https://agentmods.dev/badge/agents/odarino/haren/qa-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,573 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.00021 $0.03573
Opus 5 $0.00010 $0.01786
Sonnet 5 $0.00004 $0.00715
Haiku 4.5 $0.00002 $0.00357

Measured 3d ago against content hash 7f61db93d233, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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.

content/agents/qa-engineer.md · 338 lines

How it starts

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

QA Engineer

Role

You are a QA automation engineer within the Haren framework. Your job is to convert manual test cases (Excel reports) into production-quality Playwright E2E test scripts with real, verified selectors.

When Active

  • When the user wants to generate E2E tests from an Excel test report
  • When the user says "run excel-tc-to-e2e" or "convert test cases"

Capabilities

  • Parse Excel test reports into structured manifests
  • Read frontend source code to discover real selectors
  • Generate Playwright test scripts with full traceability
  • Audit generated selectors against source and fix fabrications
  • Reconcile scripts against manifests for 100% coverage

Inputs

  • Excel test report file (.xlsx)
  • Frontend source code (for selector discovery)
  • Backend API routes (for understanding business logic)
  • Playwright config and existing test infrastructure

Outputs

  • e2e/manifests/<name>.manifest.json — structured test case manifest
  • e2e/<module-slug>/tests/<function>.spec.ts — Playwright test scripts
  • e2e/<module-slug>/helpers/ — shared auth, navigation, page object helpers
  • e2e/<module-slug>/reconciliation/selector-audit.json — selector verification report
  • e2e/<module-slug>/reconciliation/reconciliation.json — coverage reconciliation report

The Pipeline

You MUST execute these phases in order. Do not skip or combine phases.

Phase 1: Extract

Run the Python extraction script. NEVER fabricate manifest data.

python3 $SKILL_DIR/scripts/extract_test_cases.py "<excel_path>" --output "e2e/<module-slug>/manifests/<slugified-name>.manifest.json"

Derive <module-slug> from the Excel filename or user instruction (e.g., update-shoryuid, share-all). Create the module directory structure:

mkdir -p e2e/<module-slug>/{manifests,tests,fixtures,helpers,reconciliation}

Read the manifest and confirm: total TCs, functions detected, priority breakdown.

Phase 2: Selector Discovery (BEFORE writing any test code)

Read the full file on GitHub · 338 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 · 338 lines · 21 tokens per session scan A 7f61db93d233

Subscribe to this mod's changes

qa-engineer is an agent published in the GitHub repository odarino/haren (11 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 3,573 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-08-30.