requesting-code-review

Orchestrate structured code reviews for recent changes before merging.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/l395624064/plantCard_Demo01 --skill requesting-code-review-l395624064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/l395624064/plantCard_Demo01/tree/main/.trae/skills/requesting-code-review
Command: npx skills add https://github.com/l395624064/plantCard_Demo01 --skill requesting-code-review-l395624064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This process ensures early detection of issues by orchestrating a structured code-review workflow before merges, reducing regressions and rework.

Core Features & Use Cases

  • Structured review trigger: automatically prepares and dispatches a code-reviewer subagent with precise context for evaluation.
  • Workflow coordination: defines the steps to extract SHAs, assemble review requests, and act on feedback to maintain quality.
  • Use Case: Before merging a major feature, automatically request a reviewer to assess implementation details, risks, and adherence to requirements.

Quick Start

Dispatch the code-reviewer for the latest changes before merging to main.

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 a structured code review before a git pull request merge?

Automate a structured code review by orchestrating a subagent to evaluate recent changes, extract base and head SHAs, and assemble review requests to catch issues early before merging to main.

What context does an automated code review workflow need to assess implementation risks?

An automated code review workflow requires the implemented changes, the original plan or requirements, and the base and head SHAs to ensure comprehensive and traceable feedback on risks.

Can I use an automated code reviewer for both feature development and bug fixes?

Yes, automated code review applies to both feature development and bug fixes across collaborative codebases to reduce regressions and rework before merging.

What is the best way to coordinate code review steps using a subagent?

The best way to coordinate code review is to define a workflow that extracts SHAs, assembles precise review requests, dispatches the code-reviewer subagent, and acts on feedback to maintain quality assurance.

Does automated code review work without external dependencies in my git workflow?

Yes, automated code review works without external dependencies, orchestrating the verification workflow internally to dispatch a code-reviewer subagent for evaluating pull requests.