requesting-code-review

Request code reviews using Git commit SHAs and a code-reviewer subagent.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/raduceuca/wcgw-fun --skill requesting-code-review-raduceuca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/raduceuca/wcgw-fun/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/raduceuca/wcgw-fun --skill requesting-code-review-raduceuca

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code meets quality standards and requirements before being merged, thereby preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with Git to identify code changes and dispatch a code review subagent.
  • Structured Feedback: Provides clear categorization of issues by severity (Critical, Important, Minor) and actionable feedback.
  • Use Case: After completing a new feature, you can use this Skill to automatically request a review from the code-reviewer subagent, specifying the code range and requirements, and then act on the feedback received.

Quick Start

Request a code review for your latest changes using the requesting-code-review skill.

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 requests before a git merge?

Automating code review requests involves dispatching a code-reviewer subagent using Git commit SHAs and implementation requirements to verify code quality before merging. The subagent identifies changes through Git commit ranges and returns structured feedback categorized by severity.

What is the process for requesting a code review on recent git commits?

The process involves providing Git commit SHAs to a code-reviewer subagent along with task requirements. The subagent analyzes the specified code range and returns categorized feedback identifying critical, important, and minor issues to address before merge.

How does the code-reviewer subagent categorize feedback?

The code-reviewer subagent provides structured feedback categorized by severity: Critical, Important, and Minor. This classification helps prioritize which identified issues to address first to ensure production readiness and adherence to quality standards.

Can I request a code review for a specific git commit range?

Yes, you can specify a code range by providing the relevant Git commit SHAs to the code-reviewer subagent. The subagent evaluates the specified commit range against provided requirements to verify production readiness and adherence to quality standards.

When should I request an automated code review in the development workflow?

You should request a code review after completing a feature or task but before merging. This facilitates early and frequent verification of work against requirements, preventing bugs and ensuring overall code health before integration into the main branch.

Do I need any specific dependencies to use the automated code review skill?

No specific external dependencies are required to use this skill. It operates using Git commit SHAs and a dedicated code-reviewer subagent to automate the verification process, requiring only your implementation details and task requirements to dispatch the review.