원클릭으로
check
Pre-merge review. Reviews the diff, auto-fixes safe issues, flags destructive commands, runs verification. Evidence before assertions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pre-merge review. Reviews the diff, auto-fixes safe issues, flags destructive commands, runs verification. Evidence before assertions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Turn ambiguous requirements into structured spec documents. Surface assumptions → interview → spec → human review → execute in fresh session. Spec is a contract, not a suggestion.
Execute an implementation plan with verification at every step. Tests first, then code. Stop on failures — never stack problems.
Systematic debugging. Reproduce → isolate → root cause → fix → verify. Root cause confirmed before any fix is applied. Never treat symptoms.
Build frontend interfaces with a committed aesthetic direction. Screenshot-based self-verification loop. Not generic defaults.
Read-only codebase exploration. Maps structure, patterns, and boundaries before any code is written. Use subagents to isolate context.
Audit Claude Code configuration. Checks CLAUDE.md, rules, skills, hooks, MCP, permissions, auto memory. Flags bloat, redundancy, and missing pieces by severity.
| name | check |
| description | Pre-merge review. Reviews the diff, auto-fixes safe issues, flags destructive commands, runs verification. Evidence before assertions. |
Review the diff, run verification, flag risks. No claim of "done" without evidence.
Review the diff. git diff — read every change. Look for:
Run verification.
Auto-fix safe issues. Formatting, import ordering, obvious leftovers.
Flag destructive patterns. Before running force-push, hard reset, or git clean, confirm with the user.
Produce evidence.
Tests: 42 passed, 0 failed
Lint: clean
Typecheck: clean
Diff: 3 files, +127 -14
When verification passes:
git add -A or git add .."Give Claude a way to verify its work — this is the single highest-leverage thing you can do." / "Common failure: trust-then-verify gap."