ワンクリックで
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.