requesting-code-review

Dispatches a specialized agent to review Git code changes and generate structured feedback.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shynlee04/idumb-v2 --skill requesting-code-review-shynlee04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/shynlee04/idumb-v2/tree/main/.agent/skills%20copy/requesting-code-review
Command: npx skills add https://github.com/shynlee04/idumb-v2 --skill requesting-code-review-shynlee04

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of requesting and receiving code reviews, 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 and dispatch a specialized code-reviewer agent.
  • Structured Feedback: Provides clear categorization of issues (Critical, Important, Minor) with specific file and line references.
  • Use Case: After implementing a new user authentication flow, you can use this Skill to automatically send the changes to the code-reviewer agent, get feedback on security and correctness, fix any critical issues, and then proceed with merging.

Quick Start

Use the requesting-code-review skill to get feedback on 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 request a code review for recent git commits before merging?

To request a code review, you provide the Git SHAs defining the code range to be reviewed and a feedback template. The skill dispatches a specialized agent to assess your implementation against requirements and identify defects before merging.

What is the best way to automate code quality checks after feature development?

Automating code quality checks is done by dispatching a specialized code-reviewer agent to assess implementation against requirements. This systematic review process identifies defects and categorizes feedback into Critical, Important, and Minor issues with specific file references.

How does automated code review categorize structural feedback for git changes?

Automated code review categorizes structured feedback into Critical, Important, and Minor issues. The dispatched agent provides specific file and line references to clearly identify defects and adherence to requirements within the defined Git SHA range.

Do I need specific Git commit SHAs to perform a systematic code review?

Yes, you need specific Git SHAs to define the code range for review. The skill requires these commit identifiers along with a structured feedback template to dispatch the agent and properly assess the implementation changes.

When should I use an automated code review agent in my development workflow?

You should use an automated code review agent before merging to production branches or after completing significant feature development. It ensures code changes are thoroughly checked for quality, security, and adherence to project requirements.

Can I integrate automated code review into a continuous development workflow without extra dependencies?

Yes, you can integrate this into your development workflow without extra dependencies. The skill uses your existing Git history to identify code changes and dispatches a reviewer agent to provide structured feedback on the targeted commits.