run-qa-pass

run-qa-pass is a skill for Claude Code, Codex from jackli12/codex-game-studio. It costs 61 tokens per session (230 once invoked), scanned A, original, MIT.

A quality-assurance planning and checking role for game features or builds. A smoke test is a quick basic check, while regression testing checks that existing behavior still works.

In plain words
What is it for?
Use it to define test scope, smoke coverage, regression coverage, blocking issues, and the next handoff.
Why use it?
It helps find blocking defects and confirm whether a feature or build is ready for acceptance or further release steps.

Skill for Claude CodeCodex

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 skills/jackli12/codex-game-studio/run-qa-pass
Any agent
npx skills add jackli12/codex-game-studio --skill run-qa-pass
Clone the repo
git clone --depth 1 https://github.com/jackli12/codex-game-studio

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 run-qa-pass

README.md
[![agentmods](https://agentmods.dev/badge/skills/jackli12/codex-game-studio/run-qa-pass.svg)](https://agentmods.dev/skills/jackli12/codex-game-studio/run-qa-pass)
Your own site
<a href="https://agentmods.dev/skills/jackli12/codex-game-studio/run-qa-pass"><img src="https://agentmods.dev/badge/skills/jackli12/codex-game-studio/run-qa-pass.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 230 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.1 $0.00061 $0.00230
Opus 5 $0.00030 $0.00115
Sonnet 5 $0.00012 $0.00046
Haiku 4.5 $0.00006 $0.00023

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

Security

Grade A, and why

run-qa-pass 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 5d 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.

run-qa-pass/SKILL.md · 36 lines

What it actually says

Run QA Pass

目标

为某个功能或构建定义并执行验证流程。

何时使用

  • 某个功能已经准备好测试
  • 某个构建需要验收或回归检查

工作流

  1. 定义测试范围
  2. 区分冒烟覆盖和回归覆盖
  3. 识别阻塞项
  4. 如果通过,把发布准备交给 release-manager

输出要求

  • 测试范围
  • 冒烟覆盖
  • 回归覆盖
  • 阻塞项
  • 下一步交接对象

参考资料

  • ../shared/references/qa-checklist-template.md
  • ../shared/references/risk-severity-guide.md
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. 5d ago First seen · 36 lines · 61 tokens per session scan A dec40255c119

Subscribe to this mod's changes

run-qa-pass is a skill published in the GitHub repository jackli12/codex-game-studio (12 stars, last pushed 3mo ago), licensed MIT. It adds 61 tokens to every session and 230 once invoked, about $0.0003 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 skills, from other repositories

develop-web-game

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.

netease-youdao/LobsterAI · 64 tokens

test-playable-web-games

Test a playable browser game end to end with deterministic fixtures and real browser evidence. Use for gameplay QA, regression testing, controls, accessibility, responsive/mobile testing, save flows, console checks, performance smoke tests, and release verification.

MengTo/Skills · 52 tokens

pie-testing

Start, stop, and query Play-In-Editor (PIE) sessions for runtime testing of Blueprints, gameplay logic, widgets, AI, and any in-game behavior. Use when the user asks you to "play", "test", "run", "PIE", "start/stop the game", or otherwise needs a live game world to validate changes.

kevinpbuckley/VibeUE · 76 tokens

uloop-simulate-mouse-ui

Simulate PlayMode EventSystem UI mouse actions using screen coordinates. Use for UI clicks, long-presses, or drags from annotated screenshots.

hatayama/unity-cli-loop · 39 tokens

godot-e2e

Write and run E2E (end-to-end) game tests using the godot-e2e framework. Python controls a live Godot game over TCP — Locator-based semantic queries, expect() auto-retry assertions, and engine log capture make failures self-diagnosing. Use this skill whenever you need to: Test actual gameplay: player movement…

valkor-ai/loom · 189 tokens

uloop-replay-input

Replay recorded PlayMode keyboard and mouse input. Use for exact gameplay reproduction, E2E runs, or consistent demos from JSON recordings.

hatayama/unity-cli-loop · 33 tokens