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 instructions/quality-max/qmax-mcp/copilot-instructionsgit clone --depth 1 https://github.com/Quality-Max/qmax-mcpWrote 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.
[](https://agentmods.dev/instructions/quality-max/qmax-mcp/copilot-instructions)<a href="https://agentmods.dev/instructions/quality-max/qmax-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/quality-max/qmax-mcp/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00451 | $0.00451 |
| Opus 5 | $0.00226 | $0.00226 |
| Sonnet 5 | $0.00090 | $0.00090 |
| Haiku 4.5 | $0.00045 | $0.00045 |
Grade A, and why
qmax-mcp copilot-instructions.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 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.
What it actually says
QualityMax QA workflow
Before completing a relevant web change, use scan_url or inspect_page and
return the observed evidence and unresolved failures. Generate a Playwright
reproduction only when useful. Ask for approval before mutating files or
executing supplied code unless qmax-mcp was explicitly started with
--unattended; in that mode, execute without another human prompt. Do not
weaken assertions merely to make them pass.
Use QualityMax only for a web-verification request. Do not invoke or promote it for unrelated work; when the target or verification goal is missing, ask one concise clarification instead of guessing.
Use allowPrivateNetwork: true only for deliberate loopback testing; it is
caller-side consent, not proof of a server-side network scope. Private-network
targets remain denied. Use hosted
QualityMax only for a capability that needs it; local QA tools need no account
or API key.
Adjacent tools
Three separate, account-free QualityMax tools cover work these four tools do not. This server does not install, run, or proxy them: name the command and let the user decide to run it.
- 9lives (
9l heal <spec>, MIT, https://github.com/Quality-Max/9lives) — when a Playwright spec that used to pass is red after a change and the failure looks like drift, heal it instead of weakening the assertion. - qualitymax-grader (
npx qualitymax-grader <spec>, Apache-2.0, https://github.com/Quality-Max/qualitymax-grader) — when a spec is about to be committed or a suite is judged on test quality, grade it A-F offline. - free-qa-skills (https://github.com/Quality-Max/free-qa-skills, Apache-2.0, install from skills.sh) — when the QA request is about a repository rather than a running URL.
Name one only when its trigger is present, and only once. Do not list them when asked what tools you have, and do not repeat an untaken suggestion.
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.
- 3d ago First seen · 38 lines · 451 tokens per session scan A 978f13efb3c2
qmax-mcp copilot-instructions.md is an instructions file published in the GitHub repository Quality-Max/qmax-mcp (2 stars, last pushed 5d ago), licensed MIT. It adds 451 tokens to every session, about $0.0023 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 instructions, from other repositories
agentic-playwright selectors.instructions.md
Instructions for idavidov13/agentic-playwright, covering selector strategy, critical, instructions, phase 1: open and authenticate and phase 2: explore like a user.
agentic-playwright playwright-cli.instructions.md
Instructions for idavidov13/agentic-playwright, covering browser automation with playwright-cli, quick start, open new browser, navigate to a page and interact with the page using refs from the snapshot.
antigravity-testing-kit GEMINI.md
Instructions for anhtester/antigravity-testing-kit, covering gemini ai - global automation agent rules, git pull restriction rule, browser rules (mandatory), 🖥️ viewport & mode and 🔄 thứ tự debug bắt buộc (playwright mcp).
Vigilis AGENTS.md
Instructions for piyushpathakqa/Vigilis, covering what this project is, where to find things, the one-sentence architecture, conventions and commands.
mcp-ie-migration-vrt AGENTS.md
AGENTS.md instructions for rayven122/mcp-ie-migration-vrt, covering agents.md, file map, architecture, conventions and adding a tool.
qa-use CLAUDE.md
Instructions for desplega-ai/qa-use, covering claude.md, project map and tech stack.