requesting-code-review

Orchestrate a code-review sub-agent to verify work before merging.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SPURSGO/awesome-skills-cn --skill requesting-code-review-spursgo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/SPURSGO/awesome-skills-cn/tree/main/requesting-code-review
Command: npx skills add https://github.com/SPURSGO/awesome-skills-cn --skill requesting-code-review-spursgo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates an automated sub-agent to request and gather feedback from a code review before merging, reducing the risk of missed issues and late feedback.

Core Features & Use Cases

  • Schedule a sub-agent (superpowers:code-reviewer) to review completed work after each task or before merging to main.
  • Ensure early, frequent reviews to validate alignment with plans and requirements.
  • Use for edge cases such as blockers, refactors, or complex changes needing a second pair of eyes.

Quick Start

Use the Skill to initiate a code review by scheduling the code-reviewer sub-agent with the template and placeholders described in requesting-code-review/code-reviewer.md

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 before merging a pull request?

You can automate code reviews before merging by orchestrating a sub-agent to verify work, which defines when to trigger reviews, includes relevant artifacts, and routes feedback back into the task workflow.

What is a sub-agent workflow for scheduling code reviews?

A sub-agent workflow for code reviews schedules an automated agent to validate completed tasks against plans and requirements, ensuring early feedback is gathered and routed back before merging to main.

How do I trigger a code review for complex git workflow changes?

You trigger a code review for complex changes by scheduling the code-reviewer sub-agent with required placeholders like BASE_SHA, HEAD_SHA, and PLAN_OR_REQUIREMENTS to provide context for the review.

Do I need Task tooling to use the requesting-code-review workflow?

Yes, you need the Task tooling and the code-reviewer template to use this workflow, as the sub-agent relies on these components to execute the review and route feedback properly.

What information do I need to provide when requesting a code review?

You need to provide the base and head SHAs, a description of what was implemented, the plan or requirements, and a general description to populate the code-reviewer template placeholders.

When should I schedule an automated code review in my development workflow?

You should schedule an automated code review after completing each task or before merging to main, especially for edge cases like blockers, refactors, or complex changes needing a second pair of eyes.