Use when completing tasks, implementing major features, or before merging to verify work meets requirements
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install requesting-code-review或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install requesting-code-review⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/requesting-code-review/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: requesting-code-review description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements ---
Dispatch superpowers:code-reviewer subagent to catch issues before they cascade.
Core principle: Review early, review often.
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 superpowers:code-reviewer type, fill template at code-reviewer.md
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:
[Just completed Task 2: Add verification function]
You: Let me request code review before proceeding.
BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}')
HEAD_SHA=$(git rev-parse HEAD)
[Dispatch superpowers:code-reviewer subagent]
WHAT_WAS_IMPLEMENTED: Verification and repair functions for conversation index
PLAN_OR_REQUIREMENTS: Task 2 from docs/plans/deployment-plan.md
BASE_SHA: a7981ec
HEAD_SHA: 3df7661
DESCRIPTION: Added verifyIndex() and repairIndex() with 4 issue types
[Subagent returns]:
Strengths: Clean architecture, real tests
Issues:
Important: Missing progress indicators
Minor: Magic number (100) for reporting interval
Assessment: Ready to proceed
You: [Fix progress indicators]
[Continue to Task 3]
Subagent-Driven Development:
Executing Plans:
Ad-Hoc Development:
Never:
If reviewer wrong:
See template at: requesting-code-review/code-reviewer.md
安装 Requesting Code Review 后,可以对 AI 说这些话来触发它
Help me get started with Requesting Code Review
Explains what Requesting Code Review does, walks through the setup, and runs a quick demo based on your current project
Use Requesting Code Review to use when completing tasks, implementing major features, or before m...
Invokes Requesting Code Review with the right parameters and returns the result directly in the conversation
What can I do with Requesting Code Review in my product manager workflow?
Lists the top use cases for Requesting Code Review, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/requesting-code-review/ 目录(个人级,所有项目可用),或 .claude/skills/requesting-code-review/(项目级)。重启 AI 客户端后,用 /requesting-code-review 主动调用,或让 AI 根据上下文自动发现并使用。
Requesting Code Review 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Requesting Code Review 可免费安装使用。请查阅仓库了解许可证信息。
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Requesting Code Review 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Requesting Code Review
Identifies repetitive steps in your workflow and sets up Requesting Code Review to handle them automatically