원클릭으로
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.