원클릭으로
review-core
Shared contract for independent review agents and durable review findings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared contract for independent review agents and durable review findings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Git Worktree: parallel working trees for isolated branch-level execution, debugging, and safe experimentation.
Durable project-memory rules for `.agent-memory/` plus session-memory boundaries.
Review routing, independent post-implementation review gates, multi-model escalation, and targeted optimization follow-up.
Planning-track selection, epic/feature decomposition, readiness gates, and plan-delta rules.
Architecture, Jetpack Compose, Navigation3 KMP, and Koin DI rules for Android apps.
Practical rules for designing, evolving, and integrating APIs safely.
| name | review-core |
| description | Shared contract for independent review agents and durable review findings. |
| user-invocable | false |
This skill is the single source of truth for independent code-review agents that feed either:
Reviewer)ReviewerGPT, ReviewerGemini -> MultiReviewer)BLOCKER: Must fix before shipping (security, data loss, critical bugs, breaking changes)WARNING: Should fix soon (error handling gaps, likely regressions, notable performance issues)SUGGESTION: Optional improvements (maintainability and design quality)POSITIVE: Good patterns worth preservingAll independent reviewers must return findings in this exact structure:
## Findings
### 🔴 BLOCKER: [File:Line] — [Title]
- Problem: [What's wrong]
- Impact: [Why it matters]
- Fix: [How to resolve]
### 🟡 WARNING: [File:Line] — [Title]
- Problem: [What's wrong]
- Suggestion: [How to improve]
### 🔵 SUGGESTION: [File:Line] — [Title]
- Observation: [What could be better]
- Benefit: [Why consider this]
### ✅ POSITIVE: [Description]
- [Good pattern/implementation found]
.agent-memory/When the Orchestrator requests it (or when the review discovers durable repo-wide rules), append this section after ## Findings:
## Memory Candidate
- [Durable invariant/decision/rule-of-thumb worth remembering]
- [Repeatable error pattern + prevention guardrail]
- [How to run/build/test in this repo (only if stable)]
Keep it short (2–8 bullets). No long narrative.