requesting-code-review

Dispatches a reviewer subagent to evaluate code before merging.

7|Updated Sep 27, 2022
One-click install
npx skills add https://github.com/vieitesss/.mac_config --skill requesting-code-review-vieitesss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/vieitesss/.mac_config/tree/main/agents/skills/requesting-code-review
Command: npx skills add https://github.com/vieitesss/.mac_config --skill requesting-code-review-vieitesss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines ensuring code quality and alignment with requirements by enabling structured code-review requests before merges.

Core Features & Use Cases

  • Structured Review Requests generate precise context for reviewers using the defined placeholders (WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, DESCRIPTION).
  • Workflow Integration supports subagent-driven development by enforcing reviews after tasks, for major features, or prior to merging.
  • Guided Feedback provides templates and best practices to help reviewers deliver actionable, prioritized feedback.

Quick Start

Dispatch the code-reviewer subagent after completing a task or major feature, passing the base and head SHAs to generate a structured review.

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 pull request merge?

To automate code review before a merge, dispatch a specialized reviewer subagent after completing tasks or major features. It evaluates code changes between base and head commits, returning structured feedback to ensure quality and requirement alignment.

What do I need to provide for a formal code review workflow?

For a formal code review workflow, you must provide what was implemented, the plan or requirements, base and head SHAs, and a description. These inputs generate precise context for the reviewer subagent to evaluate the changes.

When should I run a code review in subagent-driven development?

You should run a code review in subagent-driven development after completing each task, finishing major features, or before merging to main. This enforces early issue detection and maintains alignment with project requirements.

Does structured code review work with standard git pull requests?

Yes, structured code review works with standard git pull requests by comparing base and head commit SHAs. It dispatches a reviewer subagent to evaluate the diff and applies quality assurance checks before you merge the branch.

How does guided feedback improve team collaboration during code review?

Guided feedback improves team collaboration by providing templates and best practices for reviewers. This ensures the structured feedback returned is actionable and prioritized, helping teams address code quality issues efficiently.