원클릭으로
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when starting feature work that needs isolation from current workspace, before executing implementation plans, or when reviewing an existing branch (e.g. a PR) without switching away from the current branch. It creates isolated git worktrees under `.worktrees/`.
Use this skill when working on terminal UI rendering, interactive CLI prompts, ANSI color output, terminal screenshots, Bubble Tea/Lip Gloss/Huh/Glamour, curses-style apps, or CLI tests that depend on TTY behavior.
Use this skill when you're working with golang code.
Use whenever asked to create GitHub Pull Request.
Use when writing, rewriting, or updating a pull request description. Use this skill's explicit PR template unless the user provides a different template for the current task, keep the result concise and human-readable, explain why the change exists, and ask the user for motivation before updating the PR when the user has not explicitly provided it.
Use this skill whenever writing, editing, reviewing, or deciding whether to add code comments, docstrings, inline comments, or internal function documentation in any programming language. Use it even when the task only mentions "comments", "docs in code", "docstrings", "document this function", or "explain this helper".
| name | requesting-code-review |
| description | Use when completing tasks, implementing major features, or before merging to verify work meets requirements |
Dispatch the code-reviewer agent to catch issues before they cascade.
The reviewer gets precisely crafted context for evaluation — never your session's history.
This keeps the reviewer focused on the work product, not your thought process,
and preserves your own context for continued work.
Core principle: Review early, review often.
Scope guard:
code-reviewer agent, perform the review directly.Mandatory:
Optional but valuable:
1. Determine scope:
By default the reviewer inspects unstaged changes (git diff).
For committed work specify the files or commit range explicitly.
2. Dispatch code-reviewer agent:
Use the Agent tool with subagent_type: "code-reviewer" and a prompt that includes:
3. Act on feedback:
[Just completed Task 2: Add verification function]
You: Let me request code review before proceeding.
[Dispatch code-reviewer agent]
Prompt:
Review the unstaged changes in git diff.
I just added verifyIndex() and repairIndex() functions to handle
4 types of index corruption. Focus on correctness and error handling.
[Agent returns]:
Issues:
Important [85]: Missing progress indicators for long-running repair
Critical [92]: repairIndex() swallows errors from writeFile()
Assessment: Fix before proceeding
You: [Fix the issues]
[Continue to Task 3]
Subagent-Driven Development:
Executing Plans:
Ad-Hoc Development:
Never:
If reviewer wrong: