requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes against requirements and quality standards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process, catching potential issues early to prevent bugs, maintain code quality, and ensure adherence to project requirements before code is merged.

Core Features & Use Cases

  • Proactive Issue Detection: Utilizes a dedicated code-reviewer subagent to identify bugs, architectural flaws, and requirement mismatches.
  • Workflow Integration: Designed to be used at critical junctures like task completion, feature implementation, and pre-merge checks.
  • Use Case: After implementing a new user authentication flow, you dispatch the code-reviewer subagent to check for security vulnerabilities and adherence to the original spec before submitting a pull request.

Quick Start

Dispatch the code-reviewer subagent with the details of your changes and the relevant git SHAs.

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 a git merge?

Automate code review by dispatching a specialized subagent to analyze git changes against requirements and quality standards. Provide git SHAs to define the code range and a template to receive structured feedback for pre-merge verification.

How does subagent code review work for feature implementation?

Subagent code review works by dispatching a dedicated reviewer to identify bugs, architectural flaws, and requirement mismatches in new code. It analyzes the defined git commit range and outputs structured feedback based on a provided template.

Can I use this code review workflow for task completion checks?

Yes, you can use this code review workflow for task completion checks. It is explicitly designed to integrate into development workflows at critical junctures like feature implementation and pre-merge verification to ensure code quality.

What do I need to provide for automated code analysis?

You need to provide git SHAs to define the specific code range for analysis and a template to structure the feedback. The subagent uses these inputs to evaluate your code changes against project requirements and quality standards.

Does this code review process require specific testing frameworks?

No, this code review process does not require specific testing frameworks. It operates independently as a quality assurance step, utilizing a subagent to analyze code changes directly via git SHAs rather than executing test suites.

When should I not use an automated code reviewer?

You should not use an automated code reviewer if you cannot define the code range using git SHAs or lack a template for structured feedback. It requires defined commit boundaries to analyze changes against requirement specifications.