requesting-code-review

Dispatch a subagent to review code changes against requirements using git diffs.

Updated May 5, 2026
One-click install
npx skills add https://github.com/iani-kuli/harness_bro --skill requesting-code-review-iani-kuli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/iani-kuli/harness_bro/tree/main/.claude/skills/curated/requesting-code-review
Command: npx skills add https://github.com/iani-kuli/harness_bro --skill requesting-code-review-iani-kuli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the risk of shipping code with hidden bugs or architectural flaws by automating the code review process through a dedicated subagent.

Core Features & Use Cases

  • Subagent Dispatch: Automatically triggers a specialized code reviewer agent to analyze your changes.
  • Context-Aware Evaluation: Provides the reviewer with precise git diffs and requirements, ensuring feedback is focused on the specific task.
  • Use Case: After implementing a complex feature, use this skill to verify your code against the original plan and catch critical issues before merging into the main branch.

Quick Start

Request a code review for the current changes by providing the description and plan 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 git commits before merging?

You can automate code review by dispatching a specialized subagent to evaluate your git commit ranges against original requirements, catching architectural flaws before merging into the main branch.

What is subagent-based code quality evaluation and how does it work?

Subagent-based code quality evaluation triggers a dedicated reviewer agent that analyzes precise git diffs alongside your development plan, providing objective and context-aware technical feedback on code changes.

How do I run a code review against my original feature plan?

To run a code review against your feature plan, provide the subagent with your feature description and implementation plan, which it uses to verify code changes and catch critical issues.

Can I use automated code review for bug fixes and new features?

Yes, automated code review applies to software development workflows requiring quality assurance before merging both new features and bug fixes into your main project branch.

What is the best way to get objective technical feedback on code changes?

The best way to get objective technical feedback is dispatching an automated subagent that applies structured evaluation templates to your code diffs, bypassing human bias.