requesting-code-review

Dispatch a code-reviewer subagent to identify issues in code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps catch potential issues in code before they are merged into production, reducing bugs and improving overall code quality.

Core Features & Use Cases

  • Automated Code Analysis: Dispatches a specialized subagent to review code changes.
  • Issue Detection: Identifies critical, important, and minor issues in new code.
  • Use Case: Before merging a new feature, you can use this skill to have an AI reviewer check for common bugs, style violations, and potential logic errors.

Quick Start

Use the requesting-code-review skill to review my code.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a pre-merge code review on my git changes?

To run a pre-merge code review, you need to provide the git SHAs for your base and head commits. The skill dispatches a code-reviewer subagent to identify critical, important, and minor issues in your code changes before merging.

Can I use AI to check for bugs before merging a pull request?

Yes, you can use AI to check for bugs before merging a pull request. This skill dispatches a specialized subagent to analyze code changes and identify potential logic errors, style violations, and common bugs.

What do I need to provide for an automated code review of my feature branch?

For an automated code review of your feature branch, you need to provide the git SHAs for the base and head commits. This defines the scope of the review for the dispatched code-reviewer subagent.

What types of issues does an automated code review detect?

An automated code review detects critical, important, and minor issues in new code. It specifically checks for common bugs, style violations, and potential logic errors before merging.

Does automated code review work for both feature completion and bug fix validations?

Yes, automated code review works for feature completion and bug fix validations. The skill applies to pre-merge checks to help catch potential issues in code before it is merged into production.

When should I run a code review on my git commits?

You should run a code review on your git commits before merging code into production. It is designed for pre-merge checks to reduce bugs and improve overall code quality.