requesting-code-review

Dispatch a subagent to analyze code changes against requirements and best practices.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Come0520/L2C --skill requesting-code-review-come0520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Come0520/L2C/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/Come0520/L2C --skill requesting-code-review-come0520

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and potential issues before being merged, preventing bugs and maintaining a high standard of code.

Core Features & Use Cases

  • Automated Review Triggering: Integrates with development workflows to request reviews at critical stages.
  • Structured Feedback: Provides a clear template for reviewers to assess code quality, architecture, testing, and requirement fulfillment.
  • Use Case: After completing a new feature, you dispatch this Skill to a code reviewer subagent, providing the relevant code commits and requirements, and receive a detailed assessment of strengths and issues.

Quick Start

Use the requesting-code-review skill to get a code review for your latest changes.

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 for git commits before merging?

Automate code review by dispatching a specialized subagent to analyze git changes against requirements, identifying critical and minor issues in quality, architecture, and testing before merging.

What do I need to provide to trigger a structured code review?

To trigger a code review, you must provide Git SHAs for the base and head commits to define the scope, along with the specific requirements for the subagent to assess adherence.

Does this code review process check requirement fulfillment and testing?

Yes, the code review process checks requirement fulfillment, architecture, and testing by analyzing code changes to identify critical, important, and minor issues before merging.

How does the subagent evaluate code quality in my development workflow?

The subagent evaluates code quality by comparing your specified code commits against best practices, providing structured feedback on strengths and categorizing issues by severity.

When should I request a code review in my development workflow?

Request a code review after completing a new feature to receive a detailed assessment of strengths and issues, ensuring code quality and requirement adherence before merging.