requesting-code-review

Automate early code review feedback with structured severity categorization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the process of catching issues early by dispatching a code-review subagent to examine changes before they cascade.

Core Features & Use Cases

  • Dispatches a dedicated code-review subagent after task completions and major feature implementations.
  • Captures and conveys what was implemented, the plan or requirements, and the base/head SHAs for precise review.
  • Facilitates structured feedback with severity levels and clear remediation steps.

Quick Start

Request a review using the provided template after each task or milestone.

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 review feedback before merging to main?

Automating code review feedback involves dispatching a dedicated review subagent to examine changes before they cascade. This catches issues early by providing structured feedback with severity levels and clear remediation steps.

What inputs do I need to request a git code review?

To request a git code review, you must provide explicit inputs: what was implemented, the plan or requirements, base SHA, head SHA, and a description. These inputs guide the reviewer with a structured template for precise examination.

When should I request a code review in my workflow?

You should request a code review after completing each task, after finishing major features, and before merging to main. This ensures readiness for review and integration, catching issues before they cascade into larger problems.

Does early code review work with standard git pull request workflows?

Early code review integrates with standard git pull request workflows by capturing base and head SHAs to define the exact change scope. It dispatches a subagent to examine the diff and guides reviewers using a structured template with severity categorization.

What is the best way to structure code review feedback for severity?

The best way to structure code review feedback is using a template with severity levels and clear remediation steps. This categorizes issues by importance, ensuring reviewers can prioritize fixes before changes are merged into main.