requesting-code-review

Request structured code reviews for completed changes using a git range.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill requesting-code-review-arthtech-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/skills/superpowers/requesting-code-review
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill requesting-code-review-arthtech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify completed work before merging by prompting a structured code review that catches defects, requirement gaps, and quality issues early.

Core Features & Use Cases

  • Pre-merge validation: Review changes after a task, major feature, or bug fix to reduce regressions.
  • Structured review requests: Gather the implementation summary, intended requirements, and git range so reviewers can assess the right diff.
  • Actionable feedback handling: Triage findings by severity and decide what to fix immediately versus what can wait.

Quick Start

Ask the AI to request a code review for your latest changes using the implemented feature, the expected requirements, and the relevant git commit range.

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 pull request?▼

To request a code review before merging, you provide the git base and head range, a summary of the implementation, and the corresponding plan or requirements. This prompts a structured review to catch defects and regressions.

How does a structured pre-merge code review work?▼

A structured pre-merge code review works by comparing your git head and base ranges against the original requirements. It validates completed features, triages findings by severity, and identifies requirement gaps before the final merge.

Can I use code review checks for task-by-task validation in subagent workflows?▼

Yes, you can use code review checks for task-by-task validation in subagent workflows. The process evaluates completed code changes incrementally, ensuring each task meets requirements and passes quality assurance before proceeding.

What do I need to start a pre-merge code review for my git changes?▼

To start a pre-merge code review, you need a defined git base and head commit range, a structured summary of what was implemented, and the intended development plan or requirements to validate the diff.

What is the best way to handle actionable feedback from a code review?▼

The best way to handle actionable feedback is to triage findings by severity. You decide which defects to fix immediately to prevent regressions and which quality issues can wait before merging the pull request.

When should I request a code review instead of merging directly?▼

You should request a code review instead of merging directly after completing a task, major feature, or bug fix. This pre-merge validation step reduces regressions by catching requirement gaps and quality issues early.