一键导入
team-review-guard
Use when doing pre-merge code review, checking requirement alignment, security risks, test coverage, and regression risk.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when doing pre-merge code review, checking requirement alignment, security risks, test coverage, and regression risk.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when implementing OpenSpec tasks, writing code, running tests, or fixing bugs. Guards TDD flow, execution modes, and spec compliance.
Use when creating, reviewing, or updating OpenSpec proposals, designs, tasks, spec deltas, acceptance criteria, or archiving changes.
Use when diagnosing and fixing bugs, applying security patches, or making small enhancements with /team-repair. Guards DIVE protocol, dual-track closure, and evidence-driven repair.
Use when exploring requirements, doing deep design exploration, or brainstorming before proposing. Guards OpenSpec environment and brainstorm output location.
Use when reviewing task breakdowns, checking dependency ordering, optimizing task granularity, or deciding whether to proceed to implementation.
Use when implementing an approved OpenSpec change, progressing through tasks, updating task status, or continuing an incomplete implementation.
| name | team-review-guard |
| description | Use when doing pre-merge code review, checking requirement alignment, security risks, test coverage, and regression risk. |
Code review must systematically cover five dimensions: requirement alignment, security, testing, code quality, and regression risk.
Use this skill when:
/team-review pre-merge reviewDo NOT use this skill when:
team-openspec-guard)team-implementation-guard)team-verification-guard)/team-archive| Mistake | Fix |
|---|---|
| Only reviewing diff, not context | Read related spec, understand design intent |
| Only flagging issues, no solutions | Attach fix suggestion to each CRITICAL |
| Ignoring security | Focus on auth/authz/input handling |
| Accepting weak tests | Critical paths MUST have tests |
When this skill fails, record in badCases/ directory:
See badCases/ for case history.