qa-test-skills: Instructions file for Codex

AGENTS.md

qa-test-skills AGENTS.md is an instructions file for Codex, OpenCode from Kokxi/qa-test-skills. It costs 918 tokens per session, scanned A, original, MIT.

A collection of 49 AI-assisted software-testing workflows, coordinated by one main workflow. It helps turn requirements into structured test cases and testing steps.

In plain words
What is it for?
Use it to review requirements, design test cases, plan test execution, or test a project from a PRD, document, or URL.
Why use it?
It gives testing work a defined process instead of relying on ad-hoc checks, especially when starting from a product requirements document.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

This is Kokxi/qa-test-skills's own configuration. It tells Codex and OpenCode how to work on qa-test-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything qa-test-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Kokxi/qa-test-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Kokxi/qa-test-skills/master/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/Kokxi/qa-test-skills

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-test-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kokxi/qa-test-skills/agents-md.svg)](https://agentmods.dev/instructions/kokxi/qa-test-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/kokxi/qa-test-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/kokxi/qa-test-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 918 This file is loaded in full into every session.
When invoked 918 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.1 $0.00918 $0.00918
Opus 5 $0.00459 $0.00459
Sonnet 5 $0.00184 $0.00184
Haiku 4.5 $0.00092 $0.00092

Measured 6d ago against content hash 1a0d4d6824fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

qa-test-skills 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 6d 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 · 72 lines

What it actually says

QA Test Skills - Agent 使用指引

项目是什么

AI 辅助测试用例设计技能集:skills/49 个技能。 入口工作流 qa-test-skills 将 48 个专家级子技能编排为 12 步流水线。

触发条件(必须遵循)

⚠️ 如果认为本技能集有任何可能适用于当前任务,必须激活 qa-test-skills 入口工作流。 当用户请求涉及测试设计/用例生成/需求评审/测试执行时,这不是可选项——你必须使用本技能集。 不得用"这不需要正式技能""我先做一点""记得就行"等理由跳过。

触发场景(满足任一即激活):

  • 用户说"生成测试用例"、"帮我测试"、"设计测试"、"上传需求"、"开始测试"
  • 上传需求文档(PRD/Word/PDF/URL)
  • 需要完整测试流程、想浏览技能集目录、了解 QA Test Skills 包含哪些技能时

调用方式

/qa-test-skills 帮我测试这个项目:docs/prd.md

触发规则(Rule)

  • 在响应或任何行动之前检查技能——包括澄清问题、探索代码库、查看文件之前
  • 若多个技能适用:先执行流程型技能(入口工作流编排),再执行具体执行型技能
  • 如果判断技能不适用,说明理由;如果之后发现适用,立即激活

自我警示(Red Flags)——出现以下想法必须停止,先检查技能

想法 现实
"这只是一个简单问题" 问题也是任务,先检查技能
"我需要更多上下文" 技能检查应在澄清问题之前
"我先探索代码库" 技能告诉你如何探索,先检查
"我可以快速看下文件" 文件缺少对话上下文,先检查技能
"这个不需要正式技能" 如果技能存在,就用它
"我记得这个技能" 技能会演进,读取当前版本

项目结构

skills/qa-test-skills/SKILL.md      ← 入口工作流(name: qa-test-skills,12 步编排)
skills/qa-test-skills/references/   ← 工作流详细展开(含每步执行格式)
skills/qa-*/SKILL.md                ← 48 个专家级子技能(每步一个)
examples/                           ← 示例项目(ecommerce / agent)

如何响应测试需求

用户说"生成测试用例 / 帮我测试 / 设计测试 / 上传需求"时:

  1. 读取 skills/qa-test-skills/SKILL.md(入口工作流)
  2. 按 12 步工作流执行,每步读取对应子技能 skills/qa-xxx/SKILL.md
  3. 每步产出独立文件到 test-output/
  4. 最终产出 测试用例.csv

关键约束

  • 覆盖率必须标注口径:"基于现有需求文档的覆盖率",不得用"全覆盖/100%"绝对化表述
  • 缺口不得编造:需求缺失模块只能标注"未覆盖+原因+建议补充",不得编造需求或用例
  • 测试用例.csv 格式:标准 CSV(半角逗号分隔 / RFC 4180 引号转义 / UTF-8 含 BOM / 固定 9 列 / 禁 | 竖线与 Markdown 表格)
  • 每步独立落盘:第 0-11 步各产出独立文件,最后汇总为测试报告 + 测试用例.csv

参考

  • README.md — 完整安装方式与技能目录
  • skills/qa-test-skills/references/workflow-detail.md — 12 步工作流详细执行指南
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. 6d ago First seen · 72 lines · 918 tokens per session scan A 1a0d4d6824fd

Subscribe to this mod's changes

qa-test-skills AGENTS.md is an instructions file published in the GitHub repository Kokxi/qa-test-skills (24 stars, last pushed 3d ago), licensed MIT. It adds 918 tokens to every session, about $0.0046 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

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 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

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

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 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