Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
Scanned 5/30/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill requesting-code-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Requesting Code Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-requesting-code-review)More formats (shields.io, HTML) on the badges page.
---
name: requesting-code-review
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
---
# Requesting Code Review
## Overview
Dispatch code-reviewer agent to catch issues before they cascade.
**Core principle:** Review early, review often.
## When to Request
- After each task in subagent-driven development
- After completing major features
- Before merge to main
## Process
1. Get git SHAs (base and head)
2. Dispatch code-reviewer agent with context
3. Act on feedback (Critical: fix immediately, Important: fix before proceeding, Minor: note for later)
## Agents Used
- `agents/code-reviewer/` - Senior code review agent
## Tool Use
Referenced by `subagent-driven-development` and `executing-plans` processes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!