requesting-code-review

Dispatch a code reviewer subagent with crafted context for validation.

Updated May 13, 2026
One-click install
npx skills add https://github.com/kimprobably/maestro-os --skill requesting-code-review-kimprobably
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/kimprobably/maestro-os/tree/main/hermes/distribution/maestro-operator/skills/requesting-code-review
Command: npx skills add https://github.com/kimprobably/maestro-os --skill requesting-code-review-kimprobably

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the risk of shipping bugs by ensuring changes get validated by a dedicated reviewer before work continues or merges.

Core Features & Use Cases

  • Targeted code review dispatch: Sends a code-reviewer subagent with precisely crafted context for evaluating the work product (not the full session history).
  • Right-timing checkpoints: Supports review after each subagent-driven task, after major feature completion, and before merging to main.
  • Feedback-driven iteration: Prioritizes Critical and Important issues for immediate or near-term fixes, and guides how to respond when the reviewer is wrong.

Quick Start

Request code review after completing your latest task by providing a short description, the plan or requirements, and the base and head git SHAs 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 request a code review before merging to main?

To request a code review before merging to main, provide a short description, the plan or requirements, and the base and head git SHAs. This dispatches a reviewer subagent with crafted context to validate your changes and prevent defects.

What is the best way to automate code review after finishing a feature?

The best way to automate code review after a feature is to dispatch a dedicated reviewer subagent at right-timing checkpoints. Provide the description, requirements, and git SHAs to evaluate the work product and catch issues before they cascade.

When do I need to run a subagent-driven code review?

You need a subagent-driven code review when finishing subagent-driven tasks, implementing major features, or preparing to merge to main. These checkpoints ensure changes are validated by a dedicated reviewer before work continues.

How do I prioritize code review feedback from a subagent?

Prioritize code review feedback by acting on Critical and Important severity issues immediately. You must fix these prioritized defects before proceeding with your merge or continuing to the next development task.

What git information is required to dispatch a code reviewer subagent?

Dispatching a code reviewer subagent requires the BASE_SHA and HEAD_SHA to define the diff range, plus a DESCRIPTION and PLAN_OR_REQUIREMENTS. This precisely crafted context ensures the reviewer evaluates the work product, not the full session history.

What should I do if the code reviewer subagent provides incorrect feedback?

If the code reviewer subagent provides incorrect feedback, the skill guides you on how to respond when the reviewer is wrong. This allows you to dismiss invalid Critical or Important issues and proceed with your merge.