requesting-code-review
FeaturedUse when completing tasks, implementing major features, or before merging to verify work meets requirements
Code & Development 391 stars
65 forks Updated 4 days ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!--
Adapted from obra/superpowers requesting-code-review skill (v5.0.7),
MIT-licensed, copyright 2025 Jesse Vincent. Modifications copyright 2026 Joe Amditis. v0.4.0 ports as a consumer category, no research
phase per the v0.2.0 architecture, since dispatch mechanic; reviewer
preferences live in CLAUDE.md and memory rather than a research phase.
See CREDITS.md.
-->
# Requesting Code Review
Dispatch pr-review-toolkit: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=$(git rev-parse HEAD~1) # or origin/main
HEAD_SHA=$(git rev-parse HEAD)
```
**2. Dispatch code-reviewer subagent:**
Use Task tool with pr-review-toolkit: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...
Details
- Author
- jamditis
- Repository
- jamditis/claude-skills-journalism
- Created
- 8 months ago
- Last Updated
- 4 days ago
- Language
- Python
- 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
0 Updated 4 days ago
rodrigopaitach Code & Development Listed
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
2 Updated 2 days ago
gorban-dev Code & Development Listed
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
40 Updated yesterday
The-AIOS