requesting-code-review

Route code review requests to designated reviewers with structured checklists.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill requesting-code-review-oduffy-delphi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/oduffy-delphi/coordinator-claude/tree/main/plugins/coordinator/skills/requesting-code-review
Command: npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill requesting-code-review-oduffy-delphi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and coordinates code-review processes to catch issues early, reduce merge risk, and speed up delivery by providing a repeatable review flow.

Core Features & Use Cases

  • Structured review templates that guide reviewers through common problem areas (logic, tests, edge cases).
  • Dispatch and routing of reviews to named reviewers to match expertise and workload.
  • Handoff and artifact context to preserve decisions across task boundaries and sessions.
  • Use Case: A feature branch is ready for review; the reviewer receives a complete scope, plan, and confirmation steps to minimize back-and-forth.

Quick Start

Activate the review workflow by invoking the /review-dispatch command and provide the scope using the code-reviewer template to route to the appropriate reviewer.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route code reviews to specific reviewers before a merge?

You can route code reviews by invoking the review-dispatch command and providing the branch scope using the code-reviewer template, which directs the request to designated reviewers based on expertise and workload.

What is the best way to ensure quality assurance during a pull request?

Using a structured code review checklist ensures quality assurance by guiding reviewers through common problem areas like logic, tests, and edge cases before the branch is merged.

Can I use a structured checklist for post-fix verifications across codebases?

Yes, structured review templates are applicable for post-fix verifications across codebases, enforcing review steps and providing artifact context to guide both reviewers and fixers.

How does dispatching a code review preserve decisions across task boundaries?

Dispatching a code review preserves decisions by providing handoff and artifact context, ensuring the reviewer receives the complete scope, plan, and confirmation steps to minimize back-and-forth.

When do I need a structured code review workflow for feature implementations?

A structured code review workflow is needed when a feature branch is ready for review, automating the coordination process to catch issues early, reduce merge risk, and speed up delivery.