requesting-code-review

Standardize code review requests with base and head SHAs and reviewer assignment.

1|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/gmliao/swift-state-tree --skill requesting-code-review-gmliao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/gmliao/swift-state-tree/tree/main/.agent/skills/Superpowers/requesting-code-review
Command: npx skills add https://github.com/gmliao/swift-state-tree --skill requesting-code-review-gmliao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes when and how to request formal code reviews to ensure work meets quality standards before merging.

Core Features & Use Cases

  • Structured prompts: Guides contributors to present what was implemented, the plan, base and head SHAs, and a brief summary.
  • Efficient review workflow: Reduces cycle time by providing a repeatable template for reviewers and developers.
  • Use Case: After completing a task in subagent-driven development, trigger code-review to surface issues early before merging to main.

Quick Start

Dispatch the code-review workflow by using the subagent to request a review and filling the template at 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 request a code review before merging a feature branch?▼

Trigger the code review workflow via a subagent and fill the template at code-reviewer.md with the base and head SHAs, implemented features, and reviewer assignment to request a review before merging.

What information do I need to include in a pull request code review template?▼

You must include the base and head commit SHAs, a concise description of what was implemented, the development plan, and a clear reviewer assignment within the template to document the pull request.

When should I trigger a formal code review during feature development?▼

Trigger a formal code review upon completing a task in subagent-driven development and before merging to main, ensuring code quality and alignment by catching issues early.

Does this code review workflow work with subagent-driven development?▼

Yes, this workflow integrates with subagent-driven development by dispatching the subagent to request a review and fill the template, surfacing issues early before merging to main.

Why standardize code review requests with a structured template?▼

Standardizing code review requests with a structured template reduces cycle time by providing a repeatable workflow for reviewers and developers, ensuring work meets quality standards before merging.

Can I use this code review template for git workflow collaboration?▼

Yes, you can use this template for git workflow collaboration to document the commit range, implementation details, and reviewer assignments, reducing cycle time and improving quality.