requesting-code-review

Automate code-review requests by dispatching a code-reviewer subagent with structured templates.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill requesting-code-review-jokken79
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill requesting-code-review-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically coordinates and formalizes code-review requests to catch issues early and ensure changes meet requirements before merging.

Core Features & Use Cases

  • Standardized code-review request templates and steps
  • Clear guidance on when to request review (after tasks, major features, before merge)
  • Templates and placeholders to populate WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, DESCRIPTION
  • Examples and integration guidance for subagents and workflows

Quick Start

Submit a completed change and invoke the code-reviewer with the required placeholders to initiate the review workflow.

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 requests before merging to main?▼

You can automate code review requests by using a structured template that pulls base and head SHAs and dispatches a code-reviewer subagent. This workflow ensures your changes align with requirements before merging to main.

What information do I need to include in a code review request template?▼

A code review request template requires WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION. Populating these placeholders ensures the code-reviewer subagent receives complete context for quality assurance.

When should I request a code review in my git workflow?▼

Request a code review after completing tasks, implementing major features, or before merging to main. Initiating reviews at these stages catches issues early and verifies that changes meet production requirements.

How does a code-reviewer subagent use base and head SHAs?▼

The code-reviewer subagent uses base and head SHAs to identify the exact range of code changes for evaluation. Pulling these commit references automates the review dispatch process to ensure production-ready changes.

Can I use this code review workflow without git SHA references?▼

No, this code review workflow requires base and head SHAs to function correctly. The structured template depends on these git commit references to dispatch the code-reviewer subagent and evaluate the specific changes.

What is the best way to standardize code review requests for quality assurance?▼

The best way to standardize code review requests is to enforce a structured workflow with templates. Using predefined placeholders for implementation details and git SHAs ensures consistent quality assurance before merging.