requesting-code-review

Dispatch a code-reviewer subagent to review specified git commit ranges.

1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/PREDICTif/supervisor-worker-ai-framework --skill requesting-code-review-predictif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/PREDICTif/supervisor-worker-ai-framework/tree/main/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/PREDICTif/supervisor-worker-ai-framework --skill requesting-code-review-predictif

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and production readiness before being merged, preventing bugs and maintaining project standards.

Core Features & Use Cases

  • Automated Code Review Dispatch: Leverages a dedicated subagent for focused code analysis.
  • Context Preservation: Provides the reviewer with specific code changes, not the entire chat history, ensuring efficiency.
  • Use Case: After completing a new feature, you can use this skill to automatically send the relevant code changes to a code reviewer agent, get feedback on potential issues, and address them before merging to the main branch.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current changes.

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 on specific git commits before deployment?

Automated code reviews on git commit ranges are dispatched to a subagent that compares implemented code against requirements and checklists, categorizing issues by severity to ensure production readiness before merge.

How does a subagent perform quality assurance on my code changes?

A subagent performs quality assurance by analyzing specific code changes rather than entire chat histories, evaluating architecture, testing, and adherence to specifications to pinpoint potential issues efficiently.

Can I check code adherence to project specifications without manual inspection?

Yes, you can check code adherence to project specifications automatically by dispatching a code-reviewer subagent that compares implemented code against defined requirements and checklists.

What is the best way to categorize code review issues by severity before a merge?

The best way to categorize code review issues by severity is using an automated subagent that evaluates code quality and architecture, sorting issues to ensure timely resolution before merging.

Does automated code review assess production readiness and testing coverage?

Yes, automated code review assesses production readiness and testing coverage by evaluating code quality, architecture, and adherence to defined specifications before deployment.

Why does the code reviewer only analyze specific git changes instead of the full history?

The code reviewer only analyzes specific git changes instead of full history to preserve context and ensure efficiency, focusing solely on the implemented code to provide targeted feedback.