requesting-code-review

Dispatch a reviewer subagent to catch issues before merging.

1.2k|116|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/math-inc/OpenGauss --skill requesting-code-review-math-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/math-inc/OpenGauss/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/math-inc/OpenGauss --skill requesting-code-review-math-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a reviewer subagent to catch issues before they cascade.

Core Features & Use Cases

  • Dispatch a reviewer subagent to catch issues early.
  • Provide a standardized feedback loop with a checklist.
  • Integrate with existing task/workflow spawns to ensure quality before merge.

Quick Start

Assign a reviewer subagent to validate your latest task or feature before merging.

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 a pull request merge?

Automate code review before a pull request merge by dispatching a reviewer subagent to catch issues early. It follows a three-step workflow: gather context, dispatch reviewer, and act on feedback to ensure quality.

What is the best way to standardize a code review checklist for major feature work?

Standardize a code review checklist for major feature work by dispatching a reviewer subagent that provides a standardized feedback loop. This verifies correctness and quality before cascading issues occur.

Can I integrate a review process into my existing task spawns?

You can integrate this review process with existing task spawns to ensure quality before merge. It dispatches a reviewer subagent after each task to validate your latest feature.

When do I need to dispatch a reviewer subagent for quality checks?

Dispatch a reviewer subagent for quality checks after each task, before merges, and during major feature work. This catches issues early before they cascade through the codebase.

How does the reviewer subagent workflow handle feedback?

The reviewer subagent workflow handles feedback by following a three-step process: gather context, dispatch reviewer, and act on feedback. This provides a standardized feedback loop using a checklist.

Does this code review process require external dependencies?

This code review process requires no external dependencies. It operates as a standalone workflow to assign a reviewer subagent that validates correctness and quality before merging.