requesting-code-review

Create structured code-review requests with base and head SHAs.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ytqh/agent-skills --skill requesting-code-review-ytqh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ytqh/agent-skills/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/ytqh/agent-skills --skill requesting-code-review-ytqh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of requesting code reviews to catch issues early and prevent defects from propagating.

Core Features & Use Cases

  • Structured review requests: standardizes what to review and what feedback to provide.
  • Subagent workflow integration: supports dispatching a code-reviewer subagent after each task or major feature.
  • Feedback triage: categorizes issues and guides action (critical, important, minor) for fast remediation.

Quick Start

Use this skill to trigger a code-review workflow after completing a task, including the base and head SHAs and a brief description.

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 after completing a feature?▼

You can automate code review requests by triggering a workflow after task completion with base and head SHAs to assess plan alignment and production readiness.

What is the best way to structure pull request feedback for fast remediation?▼

The best way to triage pull request feedback is categorizing issues into critical, important, and minor to guide fast remediation and prevent defects from propagating.

How does the code-reviewer subagent workflow integrate with iterative commits?▼

The code-reviewer subagent workflow supports dispatching reviews after each task or major feature across iterative commits and pre-merge checks to catch issues early.

Can I use this code review workflow for task-based and feature-driven work?▼

Yes, this code review workflow is applicable to both task-based and feature-driven work, supporting iterative commits and pre-merge checks.

When do I need to request an early code review?▼

You need an early code review to catch issues before they cascade, assessing production readiness and plan alignment after completing a task or major feature.