code-review
Run a comprehensive, severity-rated code review for quality, security, and maintainability, with a deterministic merge-readiness verdict
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a comprehensive, severity-rated code review for quality, security, and maintainability, with a deterministic merge-readiness verdict
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a regression-tests-first, smell-by-smell deslop/refactor workflow that preserves behavior and raises signal quality. Use when the user asks to "cleanup", "refactor", "deslop", or when follow-up code has duplicates, dead code, weak boundaries, or fallback-like slop.
Run read-only deep repository analysis and return a ranked synthesis with explicit confidence, concrete file references, and clear evidence-vs-inference boundaries. Use when a user says "analyze", "investigate", "why does", "what's causing", or needs grounded cross-file explanation before any changes are proposed.
Deprecated compatibility shim for Claude advisor requests. Use `ask` with the claude backend instead.
Deprecated compatibility shim for Gemini advisor requests. Use `ask` with the gemini backend instead.
Ask a locally installed external advisor CLI (Claude or Gemini) for focused questions, reviews, brainstorming, or second opinions, and capture a reusable artifact. Use when the user wants a Claude/Gemini second opinion, "ask claude", or "ask gemini".
Strict autonomous delivery loop that runs deep-interview, ralplan, ultragoal, code-review, and ultraqa in order with automatic re-planning when gates are not clean. Use on "autopilot", "autonomous", "build me", "create me", "make me", "full auto", "handle it all", or "I want a/an…".
| name | code-review |
| category | review |
| status | active |
| core | true |
| description | Run a comprehensive, severity-rated code review for quality, security, and maintainability, with a deterministic merge-readiness verdict |
| agent_created | true |
| triggers | ["code review","review this code","review my PR","review changes","merge readiness"] |
Ported from oh-my-codex
code-review. OMX runtime conventions ($macroinvocation,omxCLI,.omx/state directory) are replaced with WorkBuddy idioms (Skill tool, Agent tool, task list,.workbuddy/memory).
Conduct a thorough code review for quality, security, and maintainability with severity-rated feedback.
Delegate to two independent agents via the Agent tool, run in parallel, for a two-lane review:
Identify Changes
git diff to find changed files.Launch Parallel Review Lanes (use the Agent tool, two calls in one message)
independent review unavailable; do not substitute your own authoring lane, and do not approve or mark the review merge-ready.Review Categories
Severity Rating
Architectural Status Contract
Specific Recommendations
Final Synthesis
Do not self-review as a fallback. If a lane is missing, unavailable, skipped, or fails, emit a clear unavailable-review result and block approval until independent lane evidence exists.
Spawn the two lanes like this (parallel Agent tool calls):
Agent(code-reviewer lane):
"Act as a senior code reviewer. Review the changes in <git diff / specific files> for
quality, security, and maintainability.
Checklist: OWASP Top 10 security, complexity/duplication, N+1/efficiency, naming/docs/
error handling, coupling/testability.
Output: files reviewed count, issues by severity (CRITICAL/HIGH/MEDIUM/LOW), specific
file:line locations, fix recommendations, and an approval recommendation
(APPROVE / REQUEST CHANGES / COMMENT)."
Agent(architect lane):
"Act as a skeptical architect reviewing the same changes from the architecture/tradeoff
perspective. Focus on system boundaries/interfaces, hidden coupling, long-term
maintainability risks, and the strongest counterargument against approving as-is.
Output: Architectural Status (CLEAR / WATCH / BLOCK), file:line evidence, and a concrete
tradeoff/design recommendation."
Run both lanes in parallel, then synthesize with the deterministic rules above.
CODE REVIEW REPORT
==================
Files Reviewed: 8
Total Issues: 12
Architectural Status: WATCH
CRITICAL (0)
-----------
(none)
HIGH (0)
--------
MEDIUM (7)
----------
1. src/api/auth.ts:42
Issue: Email normalization logic is duplicated instead of reusing the shared helper
Risk: Validation rules can drift between authentication paths
Fix: Route both paths through the shared normalization helper
...
LOW (5)
-------
ARCHITECTURE WATCHLIST
----------------------
- src/review/orchestrator.ts:88
Concern: Review result synthesis relies on implicit ordering rather than an explicit blocker contract
Status: WATCH
Recommendation: Define deterministic merge gating before expanding reviewers
SYNTHESIS
---------
- code-reviewer recommendation: COMMENT
- architect status: WATCH
- final recommendation: COMMENT
RECOMMENDATION: COMMENT
Address any WATCH concerns before treating the change as merge-ready.
Code-reviewer lane:
Architect lane:
Note:
code-reviewitself is read-only and does not auto-fix. To fix findings, hand off to execution via the Agent tool or ateamskill.