requesting-code-review

Create structured code review requests with Git commit context.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/primatrix/skills --skill requesting-code-review-primatrix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/primatrix/skills/tree/main/plugins/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/primatrix/skills --skill requesting-code-review-primatrix

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps streamline the code review process by providing a structured approach to requesting and receiving code reviews, ensuring that issues are caught early and work meets the required standards.

Core Features & Use Cases

  • Structured Review Requests: Automates the creation of review requests with clear context.
  • Code Reviewer Subagent: Dispatches a specialized subagent for code reviews.
  • Feedback Loop: Facilitates a clear and concise feedback loop between developers and reviewers.
  • Use Case: When completing a major feature or before merging code, use this Skill to request a code review to ensure the work meets the required standards.

Quick Start

Dispatch a code reviewer subagent for your recent changes by running the command: request-code-review --base SHA-1 --head SHA-2.

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 requests before merging Git changes?

To automate code review requests before merging, you can dispatch a reviewer subagent using specific Git commit SHAs to provide structured context. This streamlines the process by ensuring reviewers receive a clear prompt to assess your changes.

What is a structured code review process and when do I need it?

A structured code review process provides a clear context and feedback loop between developers and reviewers. You need it when completing a major feature or before merging code to catch issues early and ensure work meets required software quality standards.

Can I request a code review for a specific commit range in Git?

Yes, you can request a code review for a specific Git commit range by providing the base and head SHA-1 identifiers. This targets the review request to the exact code changes you want assessed.

Do I need a version control system to use this code review automation?

Yes, you need a version control system like Git to use this code review automation. The system relies on commit identifiers, specifically the base and head SHA-1 hashes, to define the scope of the code changes for the reviewer subagent.

What's the best way to provide context to a code reviewer subagent?

The best way to provide context to a code reviewer subagent is to use the request command with specific base and head SHA arguments. This automatically generates a structured review request with the exact Git diff context needed for assessment.