requesting-code-review

Analyzes code changes between Git commits using a subagent reviewer.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code changes are thoroughly checked for quality, adherence to requirements, and potential issues before being merged into the main codebase.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with Git to identify code changes within a specified range.
  • Structured Feedback: Utilizes a predefined template for the code reviewer (or subagent) to provide categorized feedback (Critical, Important, Minor).
  • Use Case: After completing a new feature, you can use this Skill to automatically request a review from a designated reviewer or a code-reviewer subagent, providing them with the necessary context and a checklist to ensure a comprehensive evaluation.

Quick Start

Use the requesting-code-review skill to initiate a code review for your latest commit.

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

Automate code review by dispatching a subagent to analyze code changes between specified Git commit SHAs, checking code quality, architecture, testing, and production readiness.

What is structured feedback in a development workflow code review?

Structured feedback categorizes review comments into Critical, Important, and Minor levels, providing a standardized evaluation template for production readiness and code quality.

How do I request a code review after completing a feature?

Request a code review by triggering the skill to dispatch a code-reviewer subagent, providing necessary context and a checklist to evaluate code changes against requirements.

Can I use subagent-driven development for ad-hoc code reviews?

Yes, the skill integrates into various development workflows including subagent-driven development and ad-hoc reviews, dispatching a subagent to analyze Git commit ranges.

Does the code review process check architecture and testing?

Yes, the code review process thoroughly checks code quality, architecture, testing, and production readiness to ensure implemented features align with plans and requirements.