requesting-code-review

Dispatch a code-reviewer subagent to review changes against plans.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/pproenca/dot-claude --skill requesting-code-review-pproenca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/pproenca/dot-claude/tree/main/plugins/super/skills/requesting-code-review
Command: npx skills add https://github.com/pproenca/dot-claude --skill requesting-code-review-pproenca

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Skipping code reviews or performing them too late can lead to critical bugs, architectural flaws, and increased technical debt, making fixes more costly.

Core Features & Use Cases

  • Automated Code Review Dispatch: Dispatches a super:code-reviewer subagent to review changes against plans or requirements.
  • Structured Review Prompt: Uses a detailed template to ensure comprehensive review of code quality, architecture, and testing.
  • Early Issue Detection: Catches issues after each task or batch, preventing them from compounding and saving rework.
  • Use Case: After completing a feature or a batch of tasks, use this skill to automatically request a code review. This ensures your work meets quality standards before merging or proceeding to the next stage.

Quick Start

I've just completed implementing the user login feature. Use the requesting-code-review skill to get a review of my changes.