requesting-code-review

Automate code review requests using a dedicated subagent and Git commit ranges.

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

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 project requirements before merging, thereby preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Subagent Dispatch: Leverages a specialized code-reviewer subagent to analyze code changes.
  • Structured Review Process: Guides users through identifying necessary Git SHAs and filling out a review template.
  • Actionable Feedback: Categorizes feedback into Critical, Important, and Minor issues for prioritized action.
  • Use Case: After completing a new feature, dispatch the code-reviewer subagent with the relevant code range to get immediate feedback on implementation, architecture, and adherence to requirements.

Quick Start

Dispatch the code-reviewer subagent with the base and head commit SHAs to review 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 reviews using Git commit ranges?

Automate code reviews by dispatching a dedicated subagent with base and head Git commit SHAs to analyze implementation issues, architectural concerns, and requirement adherence. This structured process ensures comprehensive analysis and actionable feedback before merging.

What is the best way to get actionable feedback on a new feature implementation?

To get actionable feedback on a new feature, dispatch the code-reviewer subagent with the relevant Git commit range. The agent categorizes feedback into Critical, Important, and Minor issues to prioritize your code improvements effectively.

Does this automated code review process require specific Git commit identifiers?

Yes, the automated code review process requires specific Git commit identifiers. You must provide the base and head commit SHAs to define the code range, allowing the subagent to accurately compare changes against project requirements.

Can I review architectural concerns and project requirements compliance automatically?

Yes, you can automatically review architectural concerns and project requirements compliance. The code review subagent follows a structured template to analyze your code changes and identify issues across these specific dimensions.

How does a subagent perform structured code analysis for quality assurance?

A subagent performs structured code analysis by comparing code changes against a specified Git commit range. It follows a guided review template to ensure comprehensive analysis, identifying implementation problems and providing categorized, actionable feedback.

When do I need to use an automated subagent for code quality checks?

You need an automated subagent for code quality checks after completing a new feature or before merging. It streamlines the review process by immediately identifying implementation and architectural issues, preventing bugs and improving code health.