requesting-code-review

Generate structured code-review requests with git SHAs and severity feedback.

178|24|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection --skill requesting-code-review-zhanlincui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection/tree/main/requesting-code-review
Command: npx skills add https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection --skill requesting-code-review-zhanlincui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and accelerates the code-review process, ensuring consistent, timely feedback and higher quality changes before merges.

Core Features & Use Cases

  • Structured review prompts: Generate a consistent review template that captures what was implemented, the plan or requirements, and the base/head git SHAs.
  • Task-driven workflow support: Applies after each task in subagent-driven development, after major feature completion, and before merging to main.
  • Feedback guidance: Guides reviewers to categorize issues by severity and provide actionable recommendations.

Quick Start

Request a code review after completing a task by invoking the code-reviewer subagent with the required placeholders and follow the template to push a review request.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I generate a structured code-review request before a merge?

To generate a structured code-review request, invoke the code-reviewer subagent to populate a template capturing implemented work, plan requirements, and starting and ending git SHAs. This enforces consistent, prioritized feedback before merging to main.

When should I request a code review in a task-driven development workflow?

You should request a code review after completing individual tasks, finishing major features, and validating pre-merge changes. This task-driven code review process ensures timely feedback and higher quality changes across your software projects.

What is the best way to standardize pull request reviews for my team?

The best way to standardize pull request reviews is to use a structured template guiding reviewers to categorize issues by severity. This enforces standard placeholders for implemented work, requirements, and git SHAs to ensure clear feedback.

Does this code review workflow require specific git commit SHAs?

Yes, this code review workflow requires the starting and ending git SHAs to define the scope of changes. Providing these git SHAs ensures the code-reviewer subagent evaluates the correct commit range for accurate pre-merge validation.

Can I use this code review template after major feature completion?

Yes, you can use this code review template after major feature completion. It supports task-driven development by collecting implemented work and plan requirements to provide actionable, prioritized feedback for your software projects.

What limitations exist when automating code-review requests with a subagent?

A limitation of automating code-review requests is that it requires manual input of plan requirements and git SHAs. The skill relies on the code-reviewer subagent, meaning it standardizes the request format rather than fully automating the review itself.