← ClaudeAtlas

requesting-code-reviewlisted

Use this skill when completing tasks, implementing major features, or before merging to verify work meets requirements. Dispatches aria:code-reviewer agent to review implementation against plan or requirements before proceeding. Two-phase review: Phase 1 (Specification Compliance) → Phase 2 (Code Quality). Core principle: Review early, review often. 使用场景:任务完成后审查、主要功能完成后、合并到主分支前、遇到困难时获取新视角。 参考: obra/superpowers requesting-code-review implementation.
10CG/aria-plugin · ★ 1 · Code & Development · score 65
Install: claude install-skill 10CG/aria-plugin
# Requesting Code Review / 请求代码审查 > **版本**: 1.0.0 | **层级**: Layer 1 (Execution Skill) | **分类**: Development Skills > **更新**: 2026-02-06 - 基于 Superpowers 两阶段审查实现 > **参考**: [obra/superpowers requesting-code-review](https://github.com/obra/superpowers/blob/main/skills/requesting-code-review/SKILL.md) --- ## 快速开始 / Quick Start ### 我应该使用这个 skill 吗? / Should I use this skill? **使用场景 / When to Use**: - ✅ After completing each task in subagent-driven development / 在 subagent-driven development 中每个任务完成后 - ✅ After completing major features / 完成主要功能后 - ✅ Before merging to main branch / 合并到主分支前 - ✅ When stuck (fresh perspective) / 遇到困难时(新视角) **不使用场景 / When NOT to Use**: - ❌ Simple documentation changes / 简单文档修改 - ❌ Trivial fixes / 琐碎修复 - ❌ Configuration updates / 配置文件更新 --- ## 核心原则 / Core Principles ``` Review Early, Review Often / 早审查,常审查 ┌─────────────────────────────────────────────────────────────┐ │ 审查时机 │ ├─────────────────────────────────────────────────────────────┤ │ │ │ 最佳: 每个任务后审查 → 问题在复合前捕获 │ │ 良好: 每批任务后审查 → 批量问题一起处理 │ │ 勉强: 仅合并前审查 → 问题可能已经累积 │ │ │ └─────────────────────────────────────────────────────────────┘ ``` --- ## 何时请求审查 / When to Request Review ### 强制场景 / Mandatory