requesting-code-review

Dispatch an AI subagent to review code diffs against requirements.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/smrik/ai-fund --skill requesting-code-review-smrik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/smrik/ai-fund/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/smrik/ai-fund --skill requesting-code-review-smrik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill mitigates the risk of shipping buggy or poorly architected code by enforcing a structured, agent-driven review process before merging changes.

Core Features & Use Cases

  • Automated Quality Gate: Dispatches a specialized code-reviewer subagent to evaluate implementation against requirements.
  • Severity Categorization: Automatically classifies feedback into Critical, Important, and Minor issues to prioritize developer effort.
  • Use Case: Before merging a complex feature branch, use this skill to verify that your implementation meets the plan requirements and adheres to architectural standards.

Quick Start

Request a code review for the current branch by providing the base commit hash and the target plan document to the 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 for a git feature branch before merging?

Automate code review by dispatching an AI subagent to evaluate git diffs between specific commit ranges against your plan requirements. This process identifies architectural flaws, bugs, and testing gaps before merge, ensuring production-ready code.

What is an automated quality gate in a software development lifecycle?

An automated quality gate uses a specialized code-reviewer subagent to evaluate implementation against defined requirements before merging. It enforces a structured review process to mitigate the risk of shipping poorly architected or buggy code.

How do I categorize code review feedback by severity to prioritize bug fixes?

Categorize code review feedback by severity to prioritize developer effort by automatically classifying issues into Critical, Important, and Minor categories. This helps address architectural flaws and testing gaps systematically before merging changes.

Do I need git integration to run an automated code review on my commits?

Yes, you need git integration to run this automated code review. The subagent analyzes diffs between specific commit ranges to evaluate code changes against the provided review template and plan requirements.

How do I start a code review using a commit hash and plan document?

Start a code review by providing the base commit hash and the target plan document to the code-reviewer subagent. The subagent evaluates the implementation against these requirements to ensure it adheres to architectural standards.

Can I verify implementation against plan requirements before merging complex features?

Yes, you can verify implementation against plan requirements before merging complex features by dispatching an AI subagent. It evaluates code changes to ensure they meet the plan requirements and adhere to architectural standards.