requesting-code-review

Dispatch a specialized subagent to review code changes against requirements.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill requesting-code-review-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions/tree/main/upstream-snapshots/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill requesting-code-review-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill facilitates a streamlined code review process by dispatching a dedicated subagent to review code changes, ensuring a focused and context-aware evaluation.

Core Features & Use Cases

  • Code Review Automation: Automates the dispatch of a code reviewer subagent to catch issues before they cascade.
  • Contextual Evaluation: Ensures the reviewer has precise context for evaluation without access to the user's session history.
  • Review Early, Review Often: Encourages regular code reviews to maintain code quality and prevent issues from compounding.
  • Use Case: After completing a major feature or before merging, use this Skill to request a code review to ensure the work meets requirements.

Quick Start

Request a code review for the latest changes in your feature branch by running the command: request-code-review -b <branch-name>

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 reviews for feature branch changes?

You can automate code reviews by dispatching a specialized subagent to evaluate changes against specific requirements and quality standards, ensuring a focused and context-aware assessment before merging.

What is a context-aware subagent in development workflow?

In a development workflow, a context-aware subagent is a specialized agent dispatched to review code changes with precise evaluation context, ensuring focused quality assurance without accessing the user's session history.

How do I request a code review using a subagent?

You request a code review using a subagent by running the command `request-code-review -b <branch-name>`, which dispatches the reviewer to evaluate your latest feature branch changes.

When should I request a code review in the development workflow?

Request a code review after completing a major feature or before merging to ensure the work meets requirements, catching issues early and preventing them from compounding.

Does the code review subagent have access to my session history?

No, the code review subagent does not have access to your session history; it is provided with precise context for evaluation to ensure a focused and isolated quality assessment.