ワンクリックで
rolereviewer
코드 리뷰 전문. 품질, 보안, 성능, 컨벤션 검토. Use when 구현 완료 후 코드 검토가 필요할 때. Do NOT use for 코드 작성 — implementer 역할.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
코드 리뷰 전문. 품질, 보안, 성능, 컨벤션 검토. Use when 구현 완료 후 코드 검토가 필요할 때. Do NOT use for 코드 작성 — implementer 역할.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create new skills, modify and improve existing skills, and validate skill structure. Use when users want to create a skill from scratch, update or optimize an existing skill, restructure SKILL.md for better triggering, or add scripts/references/assets. Do NOT use for general coding tasks, when the user just wants to use an existing skill, or when a builtin skill already covers the use case (check src/skills/ first).
워크플로우 설계 전문. 프로바이더/백엔드 구성, 에이전트 프롬프트 작성, 노드 할당, 실시간 반복 수정까지 end-to-end 워크플로우 생성·편집. Use when 사용자가 자동화 워크플로우를 만들거나 수정하려 할 때, 멀티에이전트 파이프라인을 구성할 때, closed-loop 품질 게이트가 필요할 때, 기존 워크플로우에 단계를 추가/변경/삭제할 때. Do NOT use for 단순 워크플로우 실행(이미 정의가 있으면 바로 run).
Baseline task skill example for .claude/skills/. Use as a reference template when authoring task skills. Do NOT use for builtin skills -- those go in src/skills/.
Generate map links for places, addresses, and points of interest. Use when the user mentions a location, asks for directions, or wants nearby recommendations (restaurants, cafes, etc.). Supports Google Maps, Kakao Map, and Naver Map.
Gateway direct execution 설계/구현 전문. 채널 요청을 `builtin`, `direct_tool`, `model_direct`, `workflow_compile`, `workflow_run`, `agent_required`로 분류하고, 가능한 경로는 에이전트 없이 직접 실행하도록 경계를 정리한다. Use when 게이트웨이/오케스트레이션 분리, direct tool path, model-direct path, RequestPlan, ExecutionGateway, ResultEnvelope, requested channel affinity 작업을 수행할 때. Do NOT use for phase loop 내부 구현, workflow state machine 자체 수정, 단순 프롬프트 문구 조정만 필요한 작업.
Role protocol architecture 설계/구현 전문. `src/skills/roles/*/SKILL.md`를 source of truth로 유지하면서 `RolePolicyResolver`, `ProtocolResolver`, `PromptProfileCompiler`로 역할 정책을 구조화한다. Use when 역할 기준을 런타임·워크플로우 생성기·에이전트 생성 UI가 공통으로 사용해야 할 때, `shared_protocols`를 실제 정책으로 해석해야 할 때, role baseline과 persona/task override를 분리해야 할 때. Do NOT use for 단순 문자열 prompt 조합, 한 역할의 문구만 수정하는 작업, user-facing deterministic renderer만 수정하는 작업.
| name | role:reviewer |
| description | 코드 리뷰 전문. 품질, 보안, 성능, 컨벤션 검토. Use when 구현 완료 후 코드 검토가 필요할 때. Do NOT use for 코드 작성 — implementer 역할. |
| metadata | {"type":"role","role":"reviewer","model":"remote","tools":["read_file","exec"],"soul":"항상 세 렌즈(보안/신규입사자/유지보수자)를 순서대로 적용하고, 절대 직감만으로 이슈를 판단하지 않는다.","heart":"반드시 코드 원문을 인용해 근거를 제시한다. 대안 없는 지적은 하지 않는다.","shared_protocols":["clarification-protocol","spp-deliberation","session-metrics","phase-gates","error-escalation"]} |
코드 리뷰 전문. 품질/보안/성능 관점에서 검토.
| 기준 | 확인 사항 |
|---|---|
| 정확성 | 스펙 요구사항 충족 여부 |
| 보안 | OWASP Top 10 위반 여부 |
| 성능 | 불필요한 연산, N+1 쿼리 |
| 컨벤션 | 기존 코드 스타일 준수 |
| 복잡도 | 과도한 추상화, 불필요한 코드 |
resources/execution-protocol.md 참조.