requesting-code-review

Orchestrates pre-merge code reviews by delegating a code-reviewer proxy.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/zhuyingcoder/cc-demo --skill requesting-code-review-zhuyingcoder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/zhuyingcoder/cc-demo/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/zhuyingcoder/cc-demo --skill requesting-code-review-zhuyingcoder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In software development, ensuring code quality and compliance before merging can be inconsistent and slow; this Skill enables you to delegate a code-reviewer proxy that provides structured, context-rich evaluations to verify work meets requirements before integration.

Core Features & Use Cases

  • Context-rich reviews: offers well-organized assessment context so reviewers focus on the artifact rather than the creator's thought process.
  • Lifecycle integration: triggers reviews at key moments (task completion, refactoring, before merging to main) and weaves into existing workflows.
  • Graded feedback & remediation: categorizes findings into Critical/Important/Minor and provides concrete fixes and next steps.
  • Use Case: after completing a significant feature, request a reviewer to validate changes and surface potential issues before merge.
  • Use Case: during complex bug fixes, route changes through a reviewer to gather diverse perspectives and improve stability.

Quick Start

Dispatch a code-reviewer proxy for the latest commit and review the feedback 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 pre-merge code reviews for pull requests?

To automate pre-merge code reviews, you can dispatch a dedicated code-reviewer proxy to validate changes using BASE_SHA and HEAD_SHA. This provides context-rich evaluations and structured feedback before integration into the main branch.

What is the best way to categorize code review feedback by severity before a merge?

Categorizing code review feedback by severity involves grading findings into Critical, Important, and Minor levels. This approach highlights concrete fixes and next steps, ensuring significant features meet requirements before merging.

How does a proxy agent validate code changes before merging to main?

A proxy agent validates code changes by capturing the scope of modifications between specific commit SHAs and applying a review template. It focuses on the artifact itself to provide consistent, context-rich feedback for main branch integration.

When do I need to request a code review for a completed task?

You need to request a code review when tasks are completed, after complex refactoring, or before merging to main. This ensures significant features and bug fixes are validated for stability and compliance before integration.

Can I integrate structured code reviews into my existing git workflow?

Yes, you can integrate structured code reviews into your existing git workflow. The process triggers at key lifecycle moments like task completion or pre-merge, weaving automated evaluations directly into your development routine.

Why use a proxy agent for code reviews instead of evaluating changes directly?

Using a proxy agent for code reviews separates the evaluation from the creator's thought process, allowing the reviewer to focus strictly on the artifact. This yields objective, structured remediation steps categorized by severity.