requesting-code-review

Dispatch a code-reviewer subagent to evaluate code changes.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/shichengwuyu/PaiJiPlus --skill requesting-code-review-shichengwuyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/shichengwuyu/PaiJiPlus/tree/main/.trae/skills/requesting-code-review
Command: npx skills add https://github.com/shichengwuyu/PaiJiPlus --skill requesting-code-review-shichengwuyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates peer review by dispatching a code-reviewer subagent to evaluate changes, ensuring issues are caught early and feedback is focused on the work product rather than personal context.

Core Features & Use Cases

  • Dispatches a reviewer subagent with precise context for evaluation to produce targeted feedback.
  • Guided feedback covers code quality, architecture, testing, and production-readiness.
  • Use Case: Before merging a major feature, request a formal review to validate requirements and catch edge cases.

Quick Start

Execute a review request after you complete a task to trigger the code-reviewer subagent and obtain structured feedback.

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 before merging a major feature?

To automate code review before merging, you can trigger a reviewer subagent to evaluate code changes against requirements. This dispatches a subagent to produce structured feedback covering code quality, architecture, and testing.

What is a subagent code review and how does it work?

A subagent code review is an automated peer review process where a subagent evaluates code changes. It requires the implemented changes, plan or requirements, and base/head commit SHAs to generate objective feedback on production-readiness.

How do I request a code review for my task-driven development workflow?

You request a code review in a task-driven development workflow by executing a review request after completing a task. This action provides the subagent with precise context, including a standardized diff view, to evaluate the work.

What context do I need to provide for an automated code review?

For an automated code review, you must provide what was implemented, the plan or requirements, and the base and head commit SHAs. This context ensures the reviewer subagent generates targeted and objective feedback.

Does automated code review work for pre-merge checks in git workflows?

Yes, automated code review works for pre-merge checks in git workflows by dispatching a subagent to validate requirements and catch edge cases. It applies to task-driven development and major feature integrations.

What are the limitations of using a subagent for code review?

Using a subagent for code review focuses on objective feedback for the work product rather than personal context, but it requires specific inputs. You must supply the implementation details, requirements, and commit SHAs to generate a review.