requesting-code-review

Automate code review requests with severity-based feedback and Git integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps catch bugs, architectural flaws, and requirement deviations early in the development cycle, preventing them from reaching production and saving significant debugging time.

Core Features & Use Cases

  • Automated Code Analysis: Dispatches a specialized subagent to review code changes against requirements and best practices.
  • Severity-Based Feedback: Categorizes issues into Critical, Important, and Minor for prioritized action.
  • Use Case: After completing a new feature, you can use this Skill to get an automated review that checks for bugs, adherence to the original plan, and overall code health before you merge your changes.

Quick Start

Use the requesting-code-review skill to request a review for your latest commit.

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 before merging changes?

To request code review, you define the code range using Git and dispatch a specialized subagent to analyze the changes. The subagent identifies bugs, architectural issues, and requirement deviations, categorizing them by severity to ensure production readiness.

How does automated code review identify requirement deviations?

Automated code review identifies requirement deviations by dispatching a subagent to evaluate your code changes against the original plan and best practices. It checks for bugs and architectural flaws, categorizing feedback into Critical, Important, and Minor severities for prioritized action.

Can I use Git to define the code range for an automated review?

Yes, you can use Git to define the code range for an automated review. The skill supports Git integration to specify the exact commits or changes to be evaluated, allowing the specialized subagent to analyze the targeted code for bugs and architectural issues.

What is the best way to prioritize bugs found during a code review?

The best way to prioritize bugs found during a code review is to categorize feedback by severity. This skill categorizes issues into Critical, Important, and Minor levels, allowing developers to address production-readiness threats first before moving to less severe architectural issues.

When do I need to run an automated code review in my development workflow?

You need to run an automated code review in your development workflow after completing a new feature and before merging your changes. This early analysis catches bugs, architectural flaws, and requirement deviations, preventing them from reaching production and saving debugging time.