Requesting Code Review
SkillProductivityUse when completing tasks, implementing major features, or before merging to verify work meets requirements
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Requesting Code Review skill
What this skill tells your AI
The instructions your AI receives, as published by heymegabyte/claude-skills in 20-superpowers/requesting-code-review/SKILL.md and read by ahel’s review.
Dispatch a reviewer subagent on completed work. Feed it crafted context (description + requirements + git range) — never your session history. Keeps the reviewer on the work product and preserves your own context.
Review early, review often.
Brian's stack already ships a purpose-built code-reviewer agent + the Agent Diversity Review gate ([[agent-selection]]). Prefer the named agent over a bare general-purpose spawn; this skill is the request protocol that complements both.
When to request
Mandatory:
- Before merge to main
- After each task in subagent-driven development
- After completing a major feature
Optional: when stuck (fresh eyes), before a refactor (baseline), after a complex bugfix.
How to request
- Get SHAs —
BASE_SHA=$(git rev-parse origin/main),HEAD_SHA=$(git rev-parse HEAD). - Spawn the
code-revieweragent (orgeneral-purposefilling code-reviewer.md). - Fill placeholders:
{DESCRIPTION}(what you built),{PLAN_OR_REQUIREMENTS}(what it should do),{BASE_SHA},{HEAD_SHA}.
Act on feedback
- Fix Critical immediately; fix Important before proceeding.
- Note Minor for later.
- Push back with technical reasoning if the reviewer is wrong — see
[[receiving-code-review]].
Never
- Skip review because "it's simple".
- Ignore Critical, or proceed with unfixed Important.
- Argue with valid technical feedback.
Signals
- GitHub stars
- 21
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
requesting-code-review-heymegabyte- Source
- github.com/heymegabyte/claude-skills