requesting-code-review

Automate code review on specific commits using a subagent.

1|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/quangphu1912/codebase-analyzer --skill requesting-code-review-quangphu1912
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/quangphu1912/codebase-analyzer/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/quangphu1912/codebase-analyzer --skill requesting-code-review-quangphu1912

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that code is reviewed before being merged into the main branch, improving the overall quality and maintainability of the codebase.

Core Features & Use Cases

  • Automated Code Review: Dispatches a subagent to perform code reviews based on the changes made in the codebase.
  • Contextual Feedback: Provides detailed feedback to the developer on what needs to be fixed and why.
  • Integration with Development Workflow: Can be integrated into various development workflows, including subagent-driven development and ad-hoc development.

Quick Start

After completing your task, run the command: /codebase-analyzer:code-reviewer subagent

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 before merging changes into the main branch?

This Skill automates code review by dispatching a subagent to analyze specific commits, ensuring changes align with project requirements and best practices before being merged into the main branch.

How does an automated code review subagent provide contextual feedback?

The code review subagent provides contextual feedback by evaluating codebase changes and detailing exactly what needs to be fixed and why, maintaining overall code quality and maintainability.

Do I need git and specific developer tooling to run an automated code review?

Yes, you need git and code review tools to validate changes, as the automated review process relies on these developer tooling components to assess code quality and ensure project requirements are met.

Can I integrate automated code reviews into ad-hoc software development workflows?

Yes, automated code reviews can be integrated into various software development workflows, including subagent-driven development and ad-hoc development, to facilitate early and frequent quality assurance.

What is the best way to trigger a code review after completing a development task?

The best way to trigger a code review is to run the command `/codebase-analyzer:code-reviewer subagent` after completing your task, which initiates the automated review process on your recent changes.