requesting-code-review

Dispatch a code-review subagent to verify implementation against plan or requirements.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/samjhecht/wrangler --skill requesting-code-review-samjhecht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/samjhecht/wrangler/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/samjhecht/wrangler --skill requesting-code-review-samjhecht

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Skipping code reviews or conducting superficial ones allows bugs and architectural flaws to propagate, leading to costly fixes later in the development cycle and reduced code quality.

Core Features & Use Cases

  • Automated Review Dispatch: Dispatches a dedicated code-reviewer subagent to review implementation against a plan or requirements.
  • Structured Review: Provides Git SHAs for precise diffing and uses a structured review template to categorize issues by severity (Critical, Important, Minor).
  • Mandatory Checkpoints: Enforces review after each task in subagent-driven development, after major features, and before merging to main.
  • Use Case: When completing tasks, implementing major features, or before merging code, this skill ensures your work meets requirements and quality standards through automated, systematic review.

Quick Start

I've just completed implementing the 'user-login' module. Request a code review for my latest 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 review before merging changes?

Automated code review dispatches a dedicated reviewer to verify implementation against your plan or requirements before merge. It systematically checks plan alignment, code quality, architecture, testing, security, and documentation using structured templates and Git SHAs for precise diffing.

What does a structured code review catch that manual review might miss?

Structured review enforces a six-phase framework covering plan alignment, code quality, architecture, testing, security and performance, and documentation. It categorizes issues by severity (Critical, Important, Minor) and ensures no phase is skipped, preventing bugs and architectural flaws from propagating.

Can I enforce mandatory code review in my Git workflow?

Yes, mandatory review checkpoints enforce code review after each task, after major features, and before merging to main in subagent-driven development workflows. This prevents superficial reviews and ensures work meets requirements before deployment.

How does code review integrate with my development pipeline?

Code review applies across all code changes—tasks, features, bugs, refactors, migrations, and configuration changes—in subagent-driven workflows. It validates readiness and integrates as a gating step before merge or deployment in your automation pipeline.

Do I need to set up special tooling for automated code review?

No special setup required. The skill dispatches a code-review subagent automatically and uses Git SHAs and a structured template. It works within existing workflows and provides precise diffing and issue categorization without additional configuration.