requesting-code-review

Route changes to a code-review subagent for structured pre-merge feedback.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/AngelWings1997/altas --skill requesting-code-review-angelwings1997
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/AngelWings1997/altas/tree/main/altas-workflow/references/superpowers/requesting-code-review
Command: npx skills add https://github.com/AngelWings1997/altas --skill requesting-code-review-angelwings1997

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill accelerates code quality assurance by routing changes to a focused code-review subagent before merges, ensuring issues are caught early without exposing your private session history.

Core Features & Use Cases

  • Early feedback: Trigger the code-reviewer after each task or major feature delivery, or before merging to main.
  • Context-aware review: The reviewer receives precisely crafted context for evaluation, preserving your own session history for continued work.
  • Structured feedback: Review outputs clearly document strengths and issues to guide fixes and approvals.

Quick Start

Dispatch the code-reviewer subagent after completing a task to begin the review process.

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 pre-merge code reviews for feature branches?▼

Automate pre-merge code reviews by routing changes to a dedicated subagent. The reviewer evaluates provided commit ranges and plan references to catch issues early across collaborative workflows before merging to main.

Can I get code review feedback without exposing my private session history?▼

Yes, you can get code review feedback without exposing private session history. The process routes precisely crafted context to a focused subagent, preserving your own session history for continued work.

What do I need to trigger an automated code review after a task completion?▼

To trigger a code review after task completion, you need a prior commit range and a plan reference. Dispatching the subagent with these inputs returns structured feedback documenting strengths and issues for triage.

When should I run a code review subagent in my development workflow?▼

Run a code review subagent after each task completion, major feature delivery, or before merging to main. This ensures pre-merge quality checks catch issues early across feature branches and collaborative workflows.

Does the automated code review output structured feedback for triage and fixes?▼

Yes, the automated code review outputs structured feedback for triage and fixes. Review outputs clearly document strengths and issues to guide fixes and approvals, accelerating code quality assurance.