requesting-code-review

Automates dispatch of a code-reviewer subagent for pre-merge checks.

24|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill requesting-code-review-vodailocz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/VoDaiLocz/kilo-kit-mcp/tree/main/skills/productivity/requesting-code-review
Command: npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill requesting-code-review-vodailocz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams maintain code quality and consistency by facilitating code reviews before critical milestones like task completion, feature implementation, and merging.

Core Features & Use Cases

  • Automated Code Review: Dispatches a code-reviewer subagent to check for issues in code changes.
  • Review Templates: Offers a template for creating detailed review requests.
  • Feedback Integration: Allows users to act on feedback directly from the review.

Quick Start

Request a code review for your latest commit using the request-code-review command.

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 before merging a feature branch?

Automating code reviews before a merge is handled by dispatching a code-reviewer subagent to check code changes against development standards. This ensures adherence to best practices and maintains quality assurance during your development workflow.

When do I need to request a code review in my development workflow?

Requesting a code review is necessary at critical milestones like task completions, feature implementations, and pre-merge code checks. It helps teams maintain code quality and consistency before integrating new changes into the main branch.

What do I need to set up before automating pre-merge code checks?

Automating pre-merge code checks requires a functioning code-reviewer subagent and a well-defined review process. You also need a git integration environment to dispatch the subagent and apply development standards to your code changes.

Can I use a code review template to create detailed review requests?

Yes, using a review template allows you to create detailed code review requests for your latest commit. The template helps the code-reviewer subagent check for specific issues and allows you to act on feedback directly from the review.

How does subagent-driven development improve quality assurance?

Subagent-driven development improves quality assurance by automatically dispatching a dedicated code-reviewer subagent to evaluate changes. This enforces adherence to development standards and best practices without requiring manual review coordination.

What are the limitations of automating code reviews with a subagent?

The main limitation is the strict dependency on having a functioning code-reviewer subagent and a well-defined review process. Without these prerequisites, the automated code review cannot validate task completions or ensure adherence to development standards.