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 skills/xcodethink/open-claude-code-skills/07npx skills add xcodethink/open-claude-code-skills --skill 07git clone --depth 1 https://github.com/xcodethink/open-claude-code-skillsWrote 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/skills/xcodethink/open-claude-code-skills/07)<a href="https://agentmods.dev/skills/xcodethink/open-claude-code-skills/07"><img src="https://agentmods.dev/badge/skills/xcodethink/open-claude-code-skills/07.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.00182 | $0.00502 |
| Opus 5 | $0.00091 | $0.00251 |
| Sonnet 5 | $0.00036 | $0.00100 |
| Haiku 4.5 | $0.00018 | $0.00050 |
Grade A, and why
07-测试规范 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.
What it actually says
测试规范
按场景读取对应文档:
| 场景 | 读取文档 |
|---|---|
| Web E2E 测试(Playwright) | E2E测试规范.md |
| Flutter 测试(单元/Widget/集成) | Flutter测试规范.md |
| CI/CD 流水线配置 | CI测试和安全流水线.md |
| 测试策略和性能目标 | 测试和性能规范.md |
通用测试原则
- 关键模块必测 — 支付、认证、数据处理等核心路径必须有自动化测试
- 测试金字塔 — 单元测试 60-70% > 集成测试 20-30% > E2E < 10%
- 性能基线 — FCP < 1.5s、API 响应 < 200ms、60 FPS
- CI 门禁 — 所有检查通过才能合并,不允许跳过
借鉴子文档(mattpocock/skills,MIT)
- TDD红绿重构纪律.md — 红→绿→重构执行纪律、seam 约定、好/坏测试、mocking 边界(test-first / 写集成测试时读;SKILL.md 是策略层,本文档是执行层)
What ships with it
7 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.
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.
- 4d ago First seen · 27 lines · 182 tokens per session scan A 8e2c0331d2f3
07-测试规范 is a skill published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 29d ago), licensed MIT. It adds 182 tokens to every session and 502 once invoked, about $0.0009 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 skills, from other repositories
mailagent
Temporary inboxes for agent signup QA — create disposable addresses, wait for verification email, extract OTP or magic links. Use when automating signup, login, or email verification without parsing HTML manually.
write-test-plan
Generate a QA/UAT test plan from product specifications and task definitions, covering acceptance testing, integration flows, and exploratory testing. Unit tests are out of scope (handled by write-unit-tests skill).
e2e-check
Run E2E tests or interactive browser verification. Triggers on: 'run e2e', 'e2e test', 'browser test', 'check in browser', 'verify UI', 'interactive test'.
browser-testing
Tests a real web user flow with a browser by asserting semantic behavior, network and loading states, keyboard access, responsive layouts, and stable visual evidence. Use for browser bugs, end-to-end UI behavior, responsive or accessibility checks, and screenshot baselines. Not for static source review without a…
qa
Use to verify that code works correctly — browser-based testing with Playwright, native app testing with computer use, CLI testing, API testing, or root-cause debugging. Supports --quick, --standard, --thorough modes. Triggers on /qa.
pdlc-quality
Skill "pdlc-quality" from kanfu-panda/pdlc-skills, covering 质量闸门与报告, 这个命令的立身之本, 前置:两份真源, --init:首次建立目标声明 and 段一:跑真实 check.