qa-orchestra AGENTS.md

qa-orchestra AGENTS.md is an instructions file for Codex, OpenCode from Anasss/qa-orchestra. It costs 1,377 tokens per session, scanned A, original, MIT.

Behavioral instructions for QA Orchestra, a collection of specialist agents for software quality work.

In plain words
What is it for?
They help choose agents for acceptance-criteria reviews, test-scenario design, test selection, bug reports, browser checks, and environment setup.
Why use it?
They require the agent to identify the right specialist before doing QA tasks, reducing the chance of skipping the intended review process.

Instructions file for CodexOpenCode

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 instructions/anasss/qa-orchestra/agents-md
Clone the repo
git clone --depth 1 https://github.com/Anasss/qa-orchestra

Made for: Codex, OpenCode.

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-orchestra AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/anasss/qa-orchestra/agents-md.svg)](https://agentmods.dev/instructions/anasss/qa-orchestra/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/anasss/qa-orchestra/agents-md"><img src="https://agentmods.dev/badge/instructions/anasss/qa-orchestra/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,377 This file is loaded in full into every session.
When invoked 1,377 The same file — it is already loaded in full.
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.01377 $0.01377
Opus 5 $0.00688 $0.00688
Sonnet 5 $0.00275 $0.00275
Haiku 4.5 $0.00138 $0.00138

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

Security

Grade A, and why

qa-orchestra AGENTS.md 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.

AGENTS.md · 125 lines

How it starts

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

AGENTS.md — QA Orchestra Behavioral Instructions

This file defines how AI agents must behave in this project.

Primary support: Claude Code. Best-effort: any agent runtime that honors AGENTS.md and reads Markdown instructions. Tool names in agent frontmatter (Agent, Bash, etc.) are Claude Code conventions; other runtimes may need a tool-mapping layer before the agents work correctly.


0. Mandatory skill check (read this first)

Before responding to any QA-adjacent request, state which qa-orchestra agent applies. If one does, invoke it. If none does, say so explicitly and only then proceed with inline reasoning. Do not silently do QA-style work (gap analysis, scenario design, test selection, bug writing) without first naming the agent that owns that work — this is how specialist agents get forgotten and the discipline drifts.

Quick map:

  • "Does this diff implement the AC?"functional-reviewer
  • "What scenarios do I need?"test-scenario-designer
  • "Which tests will this change break?"smart-test-selector
  • "File this as a bug."bug-reporter
  • "Check the app in a browser."browser-validator
  • "Set up the PR branch locally."environment-manager
  • "Write Playwright/Cypress tests for these scenarios."automation-writer
  • "Walk me through manual test execution."manual-validator
  • "Analyze this release across repos."release-analyzer
  • "Coordinate the full QA pipeline."orchestrator

1. Before every task

  1. Project context is auto-loaded via @context/CONTEXT.md in CLAUDE.md — do not re-read it manually.
  2. Check context/annotations/ — scan for any annotation file relevant to your current task.
  3. Check qa-output/ — if a prior agent already ran, read its output file before starting.
  4. Check qa-output/environment-status.md — if the environment manager has run, use its status to understand which branches are checked out and which services are running.

2. Environment-first principle

Read the full file on GitHub · 125 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. 4d ago First seen · 125 lines · 1,377 tokens per session scan A d9a92385e6f6

Subscribe to this mod's changes

qa-orchestra AGENTS.md is an instructions file published in the GitHub repository Anasss/qa-orchestra (12 stars, last pushed 4mo ago), licensed MIT. It adds 1,377 tokens to every session, about $0.0069 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 instructions, from other repositories

skills CLAUDE.md

Claude Code instructions for foyzulkarim/skills, covering claude.md, what this repo is, the 5-phase pipeline + qa gate, plugin structure and the pipeline.

foyzulkarim/skills · 5,376 tokens

skills AGENTS.md

AGENTS.md instructions for foyzulkarim/skills, covering agents.md — foyzulkarim/skills, repo nature, developer commands, local testing workflow (scripts/sync-skills.sh) and pipeline artifacts on master.

foyzulkarim/skills · 1,714 tokens

ClaudeMarketplace CLAUDE.md

Claude Code instructions for RealDougEubanks/ClaudeMarketplace, covering claude code skills marketplace — project context, contribution conventions, pre-commit checklist (mandatory — run before every commit) and golden rules.

RealDougEubanks/ClaudeMarketplace · 4,376 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens