requesting-code-review

Schedule a code-review sub-agent to evaluate changes between BASE_SHA and HEAD_SHA.

8|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/dxc-danny/superpowers-cn --skill requesting-code-review-dxc-danny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/dxc-danny/superpowers-cn/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/dxc-danny/superpowers-cn --skill requesting-code-review-dxc-danny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill schedules a dedicated code-review sub-agent to catch issues early and ensure changes meet requirements before merging.

Core Features & Use Cases

  • Isolated code-review by a specialized sub-agent to evaluate completed work against the plan.
  • Structured feedback using a templated review with clear severity and actionable fixes.
  • Tight integration with git SHAs to compare BASE_SHA vs HEAD_SHA and surface precise diffs.

Quick Start

Ask the code reviewer to evaluate the latest completed task and generate feedback using the provided template.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an isolated code review before merging changes to the main branch?

To get an isolated code review before merge, you schedule a sub-agent to evaluate completed work without inheriting your session history. The reviewer assesses code quality, architecture, test coverage, and production readiness based only on the provided artifact.

How does a sub-agent review git diffs using BASE_SHA and HEAD_SHA?

A sub-agent reviews git diffs by comparing the BASE_SHA and HEAD_SHA you supply to surface precise changes. It operates in a focused evaluation context that preserves your ongoing workflow while generating structured feedback with clear severity levels.

Can I run a code review without polluting my current session history?

Yes, you can run a code review without polluting your session history by scheduling a specialized sub-agent. The sub-agent operates in a focused evaluation context that does not inherit your ongoing session, ensuring it assesses only the produced artifact.

What is the best way to check code quality and test coverage for a completed task?

The best way to check code quality and test coverage for a completed task is using a dedicated code-review sub-agent. It evaluates your work against the plan using a templated review to provide structured feedback with clear severity and actionable fixes.

Do I need to provide specific git commit SHAs to trigger a focused code review?

Yes, you need to provide specific git commit SHAs to trigger a focused code review. The sub-agent requires a BASE_SHA and HEAD_SHA to compare, surface precise diffs, and evaluate the exact changes before they diffuse into the main branch.