requesting-code-review

Dispatch a code-review subagent to evaluate completed work against requirements.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/miguelarcjr/shark-ai --skill requesting-code-review-miguelarcjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/miguelarcjr/shark-ai/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/miguelarcjr/shark-ai --skill requesting-code-review-miguelarcjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the critical step of code quality assurance by dispatching a dedicated code-review subagent that reviews completed work, extracts relevant context, and surfaces issues before they cascade.

Core Features & Use Cases

  • Automatic reviewer assignment after each task to catch issues early.
  • Context-preserving review that does not leak session history into the reviewer's perspective.
  • Structured feedback with strengths, issues (Critical / Important / Minor), and actionable recommendations.

Quick Start

Fill the placeholders in the review template and dispatch a code-review subagent to start the evaluation.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate code review with subagents in a git workflow?

Automating code review with subagents involves dispatching a dedicated reviewer to evaluate completed work against requirements, extracting relevant context and surfacing issues early without leaking session history.

What is AI-assisted code review and when should I use it?

AI-assisted code review is an automated process that evaluates completed work against requirements. You should use it after each task in subagent-driven development, after implementing major features, or before merging to main to ensure quality.

How do I enforce plan alignment and testing coverage before merging to main?

To enforce plan alignment and testing coverage before merging to main, dispatch a code-review subagent to evaluate completed work and report strengths, critical issues, important issues, minor notes, and recommendations.

Can I use subagent-driven development management to catch issues early?

Yes, you can use subagent-driven development management to catch issues early by dispatching a reviewer subagent after each task. This preserves context and surfaces critical issues before they cascade.

Does context-preserving code review work without leaking session history?

Context-preserving code review works by dispatching a dedicated subagent that extracts relevant context without leaking session history into the reviewer's perspective, ensuring a clean evaluation of completed work.

What's the best way to get structured feedback on code quality?

The best way to get structured feedback on code quality is dispatching a code-review subagent that reports strengths, issues categorized by severity (Critical, Important, Minor), and actionable recommendations.