requesting-code-review
FeaturedUse when requesting independent code review, after implementation slices, before merging high-risk work, or when verification exposes evidence, baseline, architecture, compatibility, or retirement uncertainty.
Code & Development 817 stars
39 forks Updated yesterday MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Requesting Code Review
Dispatch a reviewer subagent using the canonical `code-reviewer.md` template 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.
This skill is the canonical review-request workflow for method-pack implementation work. Use it to request review only after you have enough evidence, enough context, and a clear authority boundary for what the reviewer is being asked to assess.
**Core principle:** Review early, review often.
**Findings First:** Reviews lead with concrete findings before summary. Use
bugs first, risk first, tests first. Strengths and general assessment are still
useful, but they must not bury correctness, evidence, architecture, or
retirement problems.
Review readiness is not merge approval. A review can reduce uncertainty and
recommend readiness, but it does not replace `verification-before-completion`
and does not grant completion authority.
## 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
## Required Outputs
Before you leave this workflow, you must be able to state:
1. **What exact scope is being reviewed**
...
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
18 Updated 1 weeks ago
heymegabyte Code & Development Listed
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
0 Updated 5 days ago
proxynico Code & Development Listed
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
0 Updated today
Luis85