requesting-code-review

Gather git SHAs and dispatch a reviewer subagent for categorized code feedback.

24|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/yves-s/just-ship --skill requesting-code-review-yves-s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/yves-s/just-ship/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/yves-s/just-ship --skill requesting-code-review-yves-s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures that newly implemented features, task completions, or code ready for merge are evaluated for quality, completeness, and adherence to requirements, preventing issues from reaching production.

Core Features & Use Cases

  • Automated Review Dispatch: Gathers the relevant git SHAs and launches a code‑reviewer subagent with a structured context template.
  • Categorized Feedback: Returns strengths and issues classified as Critical, Important, or Minor, guiding immediate remediation.
  • Workflow Integration: Designed for subagent‑driven development, batch plan execution, and ad‑hoc review before merges.

Quick Start

Ask the code review skill to evaluate the changes between the latest commit and its predecessor.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I get an automated code review before merging a new feature?

Automated code review before merging is dispatched by gathering relevant git SHAs and launching a reviewer subagent to evaluate implemented changes against requirements and return categorized feedback.

What is the best way to verify completed task changes meet requirements before they reach production?

Verifying completed task changes before production involves dispatching a code-review subagent to assess code quality and completeness, returning categorized issues to prevent defects from merging.

How does a code reviewer subagent structure feedback for immediate action?

A code reviewer subagent structures feedback by categorizing identified strengths and issues into Critical, Important, or Minor classifications, guiding immediate remediation and merge readiness.

Can I use this code review automation for batch plan execution in subagent-driven development?

Code review automation supports subagent-driven development and batch plan execution by gathering commits and dispatching structured review contexts to verify feature implementations ad-hoc.

When do I need to request a code review using git SHAs?

Requesting a code review using git SHAs is needed after completing tasks, before merging branches, or when evaluating major feature implementations to ensure quality and adherence to requirements.

Does this automated code review work without external dependencies?

This automated code review works without external dependencies, relying solely on internal subagent dispatch and git SHA gathering to generate structured, categorized feedback for your codebase.