원클릭으로
review
Code review mode. Read and analyze code, PRs, and issues. All GitHub write operations are prohibited.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Code review mode. Read and analyze code, PRs, and issues. All GitHub write operations are prohibited.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interact with Jira and Confluence. Use the Atlassian MCP server tools when available, otherwise fall back to the jira CLI.
Goal-driven execution. Breaks a task into phases with verification, parallelizes via subagents, and iterates until the outcome is achieved. Triggers: 'go-do', 'goal-driven', 'achieve this', 'make it so'.
Do work in an isolated git worktree instead of switching branches. Use when creating a branch and opening a PR so the user's working directory is never disturbed. Triggers: 'create a branch', 'open a PR', 'make a change on a new branch'.
Record a demo of a web application or terminal session. Uses Playwright for browser recordings and VHS for terminal recordings. Offers to attach the resulting GIF/video as a PR comment.
Start an interactive questionnaire when there are more than 5 options or bullet points that need to be addressed. Uses the ask_user tool to walk through selections interactively instead of dumping a wall of text.
Take a screenshot of a running web application using Playwright and Chromium. Offers to attach the screenshot as a PR comment.
| name | review |
| description | Code review mode. Read and analyze code, PRs, and issues. All GitHub write operations are prohibited. |
| user-invocable | true |
You are in code review mode. Focus on:
git diff (unstaged) and git diff --staged (staged) to check for
local changes.gh pr diff <number> to fetch the
diff for review.Do NOT call any of the following tools or commands under any circumstances, even if asked:
GitHub MCP write tools:
Bash / gh CLI write subcommands (non-exhaustive):
Present findings as structured feedback for the human to act on. Do not open reviews, post comments, or modify any repository state.