requesting-code-review

Dispatch a subagent to analyze code changes against requirements and quality standards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of requesting and receiving code reviews, ensuring that code meets quality standards, requirements, and is production-ready before merging.

Core Features & Use Cases

  • Automated Review Dispatch: Uses a subagent to perform code reviews based on defined criteria.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) with clear action items.
  • Workflow Integration: Designed to be used after tasks, feature completion, or before merging.
  • Use Case: After completing a complex feature, dispatch the code-reviewer subagent to identify potential bugs, architectural flaws, or missed requirements, ensuring a higher quality merge.

Quick Start

Dispatch the code-reviewer subagent to review the changes between the current commit and the main branch.

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 changes?

Automating code review before merging involves dispatching a specialized subagent to analyze code changes against requirements and quality standards. This process facilitates early detection of critical, important, and minor issues across code quality, architecture, and testing.

What is subagent-driven code quality assurance?

Subagent-driven code quality assurance is a workflow where a specialized subagent is dispatched to perform code reviews based on defined criteria. It integrates into development workflows to provide categorized feedback with clear action items after feature completion.

How do I integrate automated code analysis into a development workflow?

You integrate automated code analysis by dispatching the code-reviewer subagent after completing tasks, features, or before merging. It analyzes changes between the current commit and the main branch to identify bugs, architectural flaws, or missed requirements.

Can I categorize code review feedback by severity levels?

Categorizing code review feedback by severity is supported through structured feedback output. The review process provides categorized feedback across Critical, Important, and Minor levels with clear action items for each identified issue.

Does the code review subagent check requirement adherence?

Yes, the code review subagent checks requirement adherence by analyzing code changes against defined requirements and quality standards. It evaluates code quality, architecture, testing, and requirement adherence to ensure production readiness before merging.

When should I dispatch a code review subagent in my workflow?

You should dispatch a code review subagent after completing a complex feature, finishing a task, or before merging changes into the main branch. This ensures continuous quality assurance throughout the development and plan execution workflows.