Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
Dispatch code-reviewer subagent to catch issues before they cascade.
Core principle: Review early, review often.
Scope note: This skill is the review loop — how to dispatch the code-reviewer subagent, gate on severity, and act on feedback. For the reviewer's checklist (what correctness/design/security/readability items to actually look for), see the
code-reviewskill.
Mandatory:
Optional but valuable:
1. Get git SHAs:
BASE_SHA=$(git rev-parse HEAD~1) # or origin/main
HEAD_SHA=$(git rev-parse HEAD)
2. Dispatch code-reviewer subagent:
Use Task tool with code-reviewer type, fill template at Code Reviewer Template
Required placeholders:
{WHAT_WAS_IMPLEMENTED} - What you just built{PLAN_OR_REQUIREMENTS} - What it should do{BASE_SHA} - Starting commit{HEAD_SHA} - Ending commit{DESCRIPTION} - Brief summary3. Act on feedback:
| Severity | Action | |----------|--------| | Critical | Fix immediately, don't proceed | | Important | Fix before next major task | | Minor | Note for later, can proceed |
See severity guidelines for details.
Subagent-Driven Development:
Executing Plans:
Ad-Hoc Development:
If reviewer wrong:
Never:
Always:
Need examples? See Review Examples & Workflows for:
Need template? See Code Reviewer Template for the complete subagent dispatch template.
npx skills add bobmatnyc/Requesting Code Review下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer