requesting-code-review
仓库创建 2026年6月29日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
能在合并前捕获问题,减少后续返工,适合协作团队使用。
这个 Skill 做什么
组织并派发代码评审子代理,提供针对性上下文以提升审查质量。
组织并派发代码评审子代理,给审查者精炼的上下文而不是整段会话历史,让 reviewer 聚焦产物本身。在完成任务、实现重要功能或合并前使用,能提高发现问题的概率。特点是保留你自己的工作流上下文同时给审查者精准评估材料。
▸ 展开 SKILL.md 英文原文
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/requesting-code-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/requesting-code-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Requesting Code Review Dispatch a code reviewer subagent 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. ## When to Request Review **Mandatory:** - After each task in subagent-driven development - After completing major feature - Before merge to main **Optional but valuable:** - When stuck (fresh perspective) - Before refactoring (baseline check) - After fixing complex bug ## How to Request **1. Get git SHAs:** ```bash BASE_SHA=$
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有