create-qa-list

create-qa-list is a skill for Claude Code, Codex from 2ykwang/agent-skills. It costs 126 tokens per session (1,745 once invoked), scanned A, original, MIT.

A skill for turning code, specifications, pull requests, or conversations into QA test cases. QA test cases are step-by-step checks that a tester can run, with results available as CSV files, HTML reports, or both.

In plain words
What is it for?
Creating test plans, QA checklists, and shareable test-case files for a product or change.
Why use it?
It gives non-developers tests they can run without reading the source code, while requiring each case to match verified behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating test plans, QA checklists, and shareable test-case files for a product or change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/2ykwang/agent-skills/create-qa-list
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.

Any agent
npx skills add 2ykwang/agent-skills --skill create-qa-list
Clone the repo
git clone --depth 1 https://github.com/2ykwang/agent-skills

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 create-qa-list

README.md
[![agentmods](https://agentmods.dev/badge/skills/2ykwang/agent-skills/create-qa-list/github.svg)](https://agentmods.dev/skills/2ykwang/agent-skills/create-qa-list)
Your own site
<a href="https://agentmods.dev/skills/2ykwang/agent-skills/create-qa-list"><img src="https://agentmods.dev/badge/skills/2ykwang/agent-skills/create-qa-list/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for create-qa-list

Your own site · 80×15
<a href="https://agentmods.dev/skills/2ykwang/agent-skills/create-qa-list"><img src="https://agentmods.dev/badge/skills/2ykwang/agent-skills/create-qa-list.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,745 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00126 $0.01745
Opus 5 $0.00063 $0.00873
Sonnet 5 $0.00025 $0.00349
Haiku 4.5 $0.00013 $0.00175

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

Security

Grade A, and why

create-qa-list 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_export.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/create-qa-list/SKILL.md · 87 lines

How it starts

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

create-qa-list

Build a QA test-case list a non-developer QA tester can read and run without opening the code — as CSV, HTML, or both.

The two rules that govern everything

Every decision in this skill follows the two rules below. They pull in different directions (one is presentation, one is accuracy) and both must hold for every row.

Rule 1 — The reader is a non-developer. They run the product and watch what happens. They don't read code. So every case is written in behavior-and-scenario language — what the user does and what they see. Function names, file paths, table/column names, and code symbols never appear in the output. This rule drives the tone, the columns, and the verification steps.

Rule 2 — Every case must match the code. Don't make things up. A QA list that diverges from real behavior is worse than none: the tester tests behavior that doesn't exist, files bugs that aren't real, or marks a real bug as "pass". So every scenario and expected result must rest on something you actually verified (code, spec, this conversation). If you can't verify a behavior, do one of three things: read the code to confirm, ask the user, or drop the case. Don't write a guessed expected result as if it were fact. Flag any case resting on an unverified assumption as needs-confirmation instead of exporting it silently.

Together they are the skill's mission: translate verified code behavior into language a non-developer can act on — translate, but don't invent, and don't leak the code.

Input can be anything

The user might give you: specs and planning docs, a URL, a PR/diff, pasted requirements, a one-line request, or just "make a QA list for what we built." The current conversation is itself valid input — if you've been building or discussing a feature, that context is the input.

The first job is to figure out which feature/behavior is the target. Infer from everything available first, then confirm — don't assume.

Workflow — 4 steps, then Build

Read the full file on GitHub · 87 lines

Files

What ships with it

8 files 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. 9d ago First seen · 87 lines · 126 tokens per session scan A e0ab0a5ecff9

Subscribe to this mod's changes

create-qa-list is a skill published in the GitHub repository 2ykwang/agent-skills (19 stars, last pushed 1mo ago), licensed MIT. It adds 126 tokens to every session and 1,745 once invoked, about $0.0006 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.