requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes against requirements.

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

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 vetted for quality, adherence to requirements, and production readiness before being merged.

Core Features & Use Cases

  • Automated Review Dispatch: Leverages a subagent to perform code reviews.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) on code quality, architecture, and testing.
  • Use Case: After completing a new feature, you can use this skill to automatically send the code changes to a reviewer subagent, get detailed feedback, and address any critical or important issues before merging to the main branch.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current git commit range.

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 a git commit range before merging?

To automate code review, you can dispatch a specialized subagent to analyze your git commit range against specified requirements and quality standards, providing categorized feedback before merging.

What is structured feedback in automated code reviews?

Structured feedback in code reviews categorizes issues into Critical, Important, and Minor severity levels, evaluating code quality, architecture, and testing to ensure production readiness.

How does a subagent integrate into a development workflow for quality assurance?

A subagent integrates into development workflows by analyzing code changes against quality standards, facilitating early issue detection and structured feedback during plan execution before merging.

Can I request code reviews automatically after completing a new feature?

Yes, after completing a feature you can dispatch a code-reviewer subagent to automatically analyze code changes, receive detailed categorized feedback, and address critical issues before merging.

Does automated code review require specific dependencies or environments?

No specific dependencies or environments are required; the skill operates by dispatching a subagent to review your current git commit changes against your defined requirements.

What are the limitations of using a subagent for merge request reviews?

The subagent reviews code changes against specified requirements and quality standards, but addressing the categorized Critical, Important, or Minor feedback requires manual developer intervention before merging.