requesting-code-review

Automates code review requests by dispatching a subagent to analyze Git changes against plans.

19|5|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/Nir-Bhay/markups --skill requesting-code-review-nir-bhay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Nir-Bhay/markups/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/Nir-Bhay/markups --skill requesting-code-review-nir-bhay

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 checked for quality, adherence to requirements, and production readiness before being merged, thereby preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with Git to identify code changes within a specified range.
  • Structured Feedback: Utilizes a detailed checklist to assess code quality, architecture, testing, and requirement fulfillment.
  • Severity Categorization: Classifies identified issues into Critical, Important, and Minor categories for prioritized action.
  • Use Case: After completing a new feature, you can use this Skill to automatically request a review from a code-reviewer subagent, providing it with the necessary context (what was implemented, the plan, and the Git SHAs) to perform a comprehensive assessment.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the 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 automate code review for my latest git commit before merging?

To automate code review, you provide the base and head Git SHAs along with your implementation plan. A specialized code-reviewer subagent is then dispatched to analyze the code changes against your requirements and categorize issues by severity.

What inputs do I need to request a code review for a feature implementation?

Requesting a code review requires the Git SHAs for your base and head commits to define the review scope. You also need to provide context about what was implemented and the original development plan to assess requirement fulfillment.

How does the automated code review process categorize issues?

The automated code review process categorizes identified issues into Critical, Important, and Minor severity levels. This structured feedback uses a detailed checklist to assess code quality, architecture, testing, and requirement fulfillment for prioritized action.

Can I use this code review subagent to check production readiness?

Yes, you can use this code review subagent to verify production readiness. It evaluates code changes against defined plans and requirements, ensuring thorough quality checks are completed before merging to prevent bugs and improve code health.

What is the best way to integrate code quality assurance into my development workflow?

Integrating code quality assurance involves dispatching an automated code-reviewer subagent after completing a feature. By supplying the necessary context and Git commit ranges, the subagent performs a comprehensive assessment of your development workflow changes.