boss:qa

boss:qa is a command for coding agents from echoVic/boss-skill. It costs 49 tokens per session (636 once invoked), scanned A, original, MIT.

A standalone quality-check command that tests existing code and runs release gates. It checks key user paths, real request data, access control, pagination, and older data.

In plain words
What is it for?
Use it to test an implemented feature, create a qa-report.md report, find serious bugs, and run pre-release checks before shipping.
Why use it?
It provides evidence that tests actually ran and prevents a feature from being marked ready when required checks fail.

Command

Part of the boss-skill plugin — 28 skills, 7 commands, 9 agents, 8 hooks shipped together

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 commands/echovic/boss-skill/boss-qa
Clone the repo
git clone --depth 1 https://github.com/echoVic/boss-skill

Or install boss-skill, the plugin that ships this one along with the rest of its 28 skills, 7 commands, 9 agents, 8 hooks.

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 boss:qa

README.md
[![agentmods](https://agentmods.dev/badge/commands/echovic/boss-skill/boss-qa.svg)](https://agentmods.dev/commands/echovic/boss-skill/boss-qa)
Your own site
<a href="https://agentmods.dev/commands/echovic/boss-skill/boss-qa"><img src="https://agentmods.dev/badge/commands/echovic/boss-skill/boss-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 636 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.00049 $0.00636
Opus 5 $0.00024 $0.00318
Sonnet 5 $0.00010 $0.00127
Haiku 4.5 $0.00005 $0.00064

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

Security

Grade A, and why

boss:qa 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.

skill/commands/boss-qa.md · 42 lines

What it actually says

/boss:qa — 单环节:测试与门禁(QA)

/boss:qa 是 Boss 流水线的测试环节独立入口。以 QA 身份对已有代码执行核心用户路径测试、真实 payload 验证、越权/分页/旧数据检查,产出 qa-report.md,并运行质量门禁。

与 gstack /qa 的关键区别:Boss 的门禁不可绕过可验证——测试是否真跑、门禁是否真过,都进事件流(有 CLI 时)或写入 STATE.md(无 CLI 时),不是 agent 自报「测过了」。

适合 / 不适合

适合 /boss:qa 不适合
对已实现功能补测试证据 还没有可测代码(先 /boss 开发)
上线前跑门禁 checklist 只想看代码不想跑测试
验证「测试真的跑过了」

执行步骤

  1. 读取 SKILL.md 不变量与 references/testing-standards.mdreferences/quality-gate.md
  2. 确定被测目标(feature slug 或代码路径)。
  3. 读取 agents/boss-qa.mdskills/qa/test-strategy/SKILL.mdskills/qa/test-execution/SKILL.mdskills/qa/e2e-playwright/SKILL.md
  4. 以 QA 身份执行测试并产出 qa-report.md(模板 templates/qa-report.md.template):核心路径、真实 payload、越权/分页/旧数据、P0/P1 Bug。
  5. 运行门禁:boss runtime evaluate-gates <feature> <gate-name>(Gate 0/1,见 references/quality-gate.md)。无 CLI 时按 references/no-cli-fallback.md 记录门禁结果到 STATE.md。
  6. 门禁失败不得宣布通过(不变量 4)。输出:测试摘要、覆盖率、门禁结果、未过项、下一步(可接 /boss:ship)。

用法

/boss:qa                    # 对当前项目跑测试 + 门禁
/boss:qa user-auth          # 对已有 feature 跑 QA

选项

参数 说明
--lang <zh|en> QA 报告语言(默认 zh)
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 · 42 lines · 49 tokens per session scan A 42a6063220bf

Subscribe to this mod's changes

boss:qa is a command published in the GitHub repository echoVic/boss-skill (553 stars, last pushed 4d ago), licensed MIT. It adds 49 tokens to every session and 636 once invoked, about $0.0002 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.