一键导入
qa-review-checklist
Use when validating test strategy, coverage gaps, and acceptance criteria traceability post-implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when validating test strategy, coverage gaps, and acceptance criteria traceability post-implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when decomposing an implementation plan into executable tasks with dependencies and sizing.
Use before marking any task complete. Runs the project's validation suite (lint, typecheck, tests) and confirms the implementation is in a working state. Use this whenever you have finished implementing a task and need to verify it before calling task_complete.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Use when reviewing architecture decisions, implementation plans, or PRs against layering, boundaries, and system design expectations.
Use when implementing code changes to ensure quality, consistency, and maintainability.
Use when bootstrapping a repository for Spec-Driven Development. Scan the codebase, ask 2 targeted questions, then write specs/constitution.md and the first epic's product-requirements.md.
| name | qa-review-checklist |
| description | Use when validating test strategy, coverage gaps, and acceptance criteria traceability post-implementation. |
Provides a systematic QA review framework for validating test strategy, coverage gaps, and acceptance criteria traceability post-implementation.
Use this skill during QA review to validate that the implementation is adequately tested against the specification.
Build a traceability matrix:
| Acceptance Criterion (from spec) | Test(s) that cover it | Status |
|---|---|---|
| [criterion 1] | [test name/file] | ✅ Covered / ❌ Missing / ⚠️ Partial |
Good tests:
Bad tests:
Follow the structured report format defined in the QA agent: