qa-testing

qa-testing is a skill for Claude Code, Codex from c9r-io/orchestrator. It costs 23 tokens per session (3,411 once invoked), scanned A, original, MIT.

A scenario-based quality-assurance tool for testing software, with optional browser checks, database validation, and ticket creation.

In plain words
What is it for?
Running QA scenarios from docs/qa files, testing the browser or database when configured, and creating tickets for failures.
Why use it?
It turns written test scenarios into repeatable checks and can record failures as tickets.

Skill for Claude CodeCodex

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 skills/c9r-io/orchestrator/qa-testing
Any agent
npx skills add c9r-io/orchestrator --skill qa-testing
Clone the repo
git clone --depth 1 https://github.com/c9r-io/orchestrator

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/c9r-io/orchestrator/qa-testing.svg)](https://agentmods.dev/skills/c9r-io/orchestrator/qa-testing)
Your own site
<a href="https://agentmods.dev/skills/c9r-io/orchestrator/qa-testing"><img src="https://agentmods.dev/badge/skills/c9r-io/orchestrator/qa-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,411 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.00023 $0.03411
Opus 5 $0.00012 $0.01706
Sonnet 5 $0.00005 $0.00682
Haiku 4.5 $0.00002 $0.00341

Measured 4d ago against content hash 0fd90f7d9094, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

qa-testing 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.

.claude/skills/qa-testing/SKILL.md · 353 lines

How it starts

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

QA Testing Skill

Execute scenario-based QA testing driven by docs/qa/**/*.md documents.

Prerequisites

CRITICAL: Always rebuild CLI before testing to ensure you have the latest version.

  1. Rebuild CLI (REQUIRED - ensures latest code):

    cargo build --release -p orchestrator-cli -p orchestratord
    
  2. Initialize orchestrator if needed — only when the database does not exist yet:

    # `orchestrator init` is only for a genuinely absent runtime database.
    # The default runtime root is ~/.orchestratord; ORCHESTRATORD_DATA_DIR overrides it.
    orchestrator daemon status
    
  3. For QA scenario isolation — use project-scoped reset instead of destroying shared state:

    # Delete a project's state (task data + config + auto-tickets)
    orchestrator delete project/<project> --force
    # Deploy fixtures into project scope (other projects untouched)
    orchestrator apply -f fixtures/manifests/bundles/<fixture>.yaml --project <project>
    
  4. QA docs exist under docs/qa/.

  5. Optional: UI automation via browser tools.

Conventions / Configuration

API helper script: .claude/skills/tools/qa-api-test.sh

Environment variables:

  • API_BASE_URL (default: http://localhost:8080)
  • API_TOKEN (optional)
  • API_TOKEN_CMD (optional command that prints a token to stdout)

Notes:

  • If the API does not require auth, omit API_TOKEN and API_TOKEN_CMD.
  • If the API requires auth, prefer providing a project-specific API_TOKEN_CMD (for example, a script under scripts/).

Test Scripts Directory (scripts/qa/)

IMPORTANT: A collection of reusable QA test scripts may exist in scripts/qa/. Before writing any new test script, always check scripts/qa/ first for an existing script that covers the same or similar scenario.

  • Reuse first: Run ls scripts/qa/ or Glob: scripts/qa/* to find existing scripts. If a matching script exists, use it directly (or adapt it) instead of creating a new one.
  • Create in scripts/qa/: When a new test script is needed, always place it under scripts/qa/ — never in the project root or other ad-hoc locations.
  • Naming convention: Follow existing patterns — e.g., test-{feature}.{js,mjs,py,sh} or {feature}_test.py.

Read the full file on GitHub · 353 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 353 lines · 23 tokens per session scan A 0fd90f7d9094

Subscribe to this mod's changes

qa-testing is a skill published in the GitHub repository c9r-io/orchestrator (21 stars, last pushed 3d ago), licensed MIT. It adds 23 tokens to every session and 3,411 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.

Related

Other skills, from other repositories

webapp-testing

Start/reuse a local app, wait for readiness, inspect rendered state/console/network, act from observed selectors, and verify with evidence.

Hmbown/CodeWhale · 32 tokens

tutti-workspace-app-factory

Create, convert, or repair one Tutti workspace app as either a self-contained publishable package under package/ or a Chrome-style local debug app under .tutti/dev-app/. Use for mention://workspace-app-factory/create handoffs, mention://workspace-app-factory handoffs, standalone app generation, adapting existing…

tutti-os/tutti · 138 tokens

tutti-record-agent-session-replay

From a Tutti checkout, run, audit, freshly replay, publish, or diagnose Session Replay cassettes that are driven by case-repository scenario scripts (CDP), not by interactive UI recording. Use for real-Provider capture while a scenario.mjs executes, cassette transport or semantic-state mismatches, fresh replay…

tutti-os/tutti · 127 tokens

qa

Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user flows. Works as a standalone skill or as a phase end condition in campaigns. Requires Playwright (optional dependency, graceful skip if not installed).

SethGammon/Citadel · 56 tokens

browser-tools

Security wrapper over the upstream agent-browser skill, adding URL blocklisting, rate limiting, robots.txt enforcement, and scraping guardrails. Use when automating browser workflows that need safety limits.

yonatangross/orchestkit · 40 tokens

browser

Browser automation via the agent-browser CLI. Use when the user needs to drive websites or Electron desktop apps — navigating, filling forms, clicking, screenshots, extracting data, testing web apps, visual UI checks, the Pi Dashboard's Electron shell, or the user's own logged-in browser (SSO/2FA sites). Triggers…

BlackBeltTechnology/pi-agent-dashboard · 92 tokens