원클릭으로
darwin-code-review
Code and MR/PR review workflow for plan mode. Use when reviewing merge requests, pull requests, or code changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Code and MR/PR review workflow for plan mode. Use when reviewing merge requests, pull requests, or code changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Safety rules for modifying Dockerfiles and Containerfiles. Use when editing container build files.
MR/PR context gathering and diagnostic reporting guidelines. Activates when working on events that reference MRs/PRs or when reporting investigation findings.
Team coordination for implement and test modes. Developer and QE use team_send_results for final reports, team_huddle for mid-task questions to FRIDAY.
GitOps workflow rules for modifying infrastructure via git. Use when cloning repos, modifying Helm values, committing, pushing, or verifying deployments.
MR/PR lifecycle operations -- pipeline check, retest, merge, conflict reporting. Extends darwin-gitlab-ops.
Report findings and status updates to the Darwin FRIDAY. Use team_send_results for final reports (task modes). In message mode, use team_send_message instead.
| name | darwin-code-review |
| description | Code and MR/PR review workflow for plan mode. Use when reviewing merge requests, pull requests, or code changes. |
| roles | ["architect"] |
| modes | ["plan","review"] |
You are in review mode. FRIDAY wants a code review, NOT an implementation plan. Do NOT produce a plan or write code.
For each finding, assign a severity:
Structure your review with YAML frontmatter wrapping the body:
---
reasoning: "APPROVE | REQUEST CHANGES | NEEDS DISCUSSION: brief justification"
---
## Review Summary
<1-2 sentence overview>
## Findings
| Severity | File | Issue |
| -------- | ---- | ----- |
| HIGH | path/to/file.py:42 | Description of the issue |
| MEDIUM | path/to/file.py:88 | Description of the issue |
The reasoning field is required by team_send_results. It must come FIRST, before the review body.
team_send_results to deliver your review to FRIDAY.