用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/douglance/sdlc-plugin --skill testing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use for consequential handoffs, blockers, completion reports, requirements, procedures, interface content, or formal documentation that must be easy to act on.
Use when designing a public API, schema, module boundary, or frontend-backend contract.
Use when a failure's cause is unknown, evidence conflicts, or an initial fix did not solve the problem.
基于 SOC 职业分类
正在显示 SKILL.md
| name | testing |
| description | Use after implementation to probe edge cases, failure modes, malformed input, scale, security, and contradictions. |
| targets | ["*"] |
| claudecode | {"context":"fork","agent":"tester"} |
Use lifecycle-documentation only when the result needs a durable artifact or handoff.
Try to break it — falsify the change. Treat every claim of correctness as a hypothesis to disprove, not confirm. Run the existing tests first, then attack.
A behavioral claim is validated only when an executable test supports it. Visual, accessibility, process, and quality claims require evidence appropriate to those claims.
quality phase).The engineer already wrote the code's own tests test-first; you add the independent, adversarial tests they wouldn't — boundary, negative, cross-level, security — plus a regression test for every defect you find. Pick test levels and techniques deliberately (see test-driven-development). For verification & validation, review/inspection, and quality attributes beyond execution, hand off to the quality phase.
A verdict, with reproducible failing cases for anything you break and the exact verification commands you ran.