requesting-code-review

Request a subagent code review of a git diff against requirements and quality standards.

358|11|Updated May 15, 2026
One-click install
npx skills add https://github.com/getcrew44/crew44 --skill requesting-code-review-getcrew44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/getcrew44/crew44/tree/main/daemon/internal/presets/defaultcrew/skills/coding/requesting-code-review
Command: npx skills add https://github.com/getcrew44/crew44 --skill requesting-code-review-getcrew44

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you prevent bugs and requirement drift from propagating by requesting a focused code review of just the changes you made.

Core Features & Use Cases

  • Early, task-based review: Dispatch a reviewer after each subagent task to catch problems before they compound.
  • Commit-range evaluation: Provide precise base and head SHAs so the reviewer evaluates the actual diff, not your full session history.
  • Severity-driven follow-up: Triage feedback into Critical, Important, and Minor, with guidance on what to fix immediately versus later.
  • Use cases: After completing major features, before refactoring, when stuck, and before merging to main.

Quick Start

Request a code review for your latest work by providing your base and head git SHAs to the code reviewer subagent with a short description and the plan or requirements you followed.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a targeted code review on a specific git diff?

To run a targeted code review on a specific git diff, provide the base and head SHAs along with your task requirements to dispatch a reviewer subagent. This evaluates only the actual changes against quality standards.

When should I request an automated code review before a merge to main?

You should request an automated code review before a merge to main, after completing major features, or after subagent-driven development tasks. This early issue detection prevents bugs and requirement drift from compounding.

How does severity-based feedback triage work for code reviews?

Severity-based feedback triage for code reviews categorizes issues into Critical, Important, and Minor levels. This guides you on what to fix immediately versus later, culminating in a clear merge readiness verdict.

Do I need base and head SHAs to evaluate code quality?

Yes, you need base and head SHAs to evaluate code quality in this workflow. Providing precise commit ranges ensures the reviewer subagent evaluates the actual diff rather than your full session history.

What is the best way to catch requirement drift after subagent development?

The best way to catch requirement drift after subagent development is to dispatch a focused code reviewer with a structured task template. This validates your actual diff against the original plan to prevent propagation.