requesting-code-review

Automate structured code-review requests with template fields before merging.

66|20|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/cooker/wxHm --skill requesting-code-review-cooker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/cooker/wxHm/tree/main/.cursor/skills/requesting-code-review
Command: npx skills add https://github.com/cooker/wxHm --skill requesting-code-review-cooker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and accelerates the code review process by routing changes to a dedicated code-reviewer subagent before merges, ensuring early feedback and quality gates.

Core Features & Use Cases

  • Structured review requests: Automates the creation and dispatch of code-review tasks following completed work.
  • Template-driven checks: Enforces a consistent review scope via predefined fields (WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, DESCRIPTION).
  • Workflow integration: Fits task-driven development with the Task tool, enabling reviewers to quickly assess changes across features and fixes.

Quick Start

Dispatch the code-reviewer subagent after completing a task by filling the template at code-reviewer.md. Use the Task tool with the required fields including WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION. For reference, the code-reviewer.md template guides the required structure and prompts.

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 requests for a pull request?

To automate code review requests, dispatch a code-reviewer subagent using the Task tool with required fields like BASE_SHA and HEAD_SHA. This routes changes to a dedicated reviewer before merges to enforce early feedback and quality gates.

What is a structured code review workflow and when do I need it?

A structured code review workflow standardizes checks before merging changes across feature tasks and bug fixes. You need it to ensure consistent review scopes and enforce early quality gates in task-driven development pipelines.

How do I use the Task tool to dispatch a code-reviewer subagent?

To use the Task tool for dispatching a code-reviewer subagent, fill the code-reviewer.md template with required fields including WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION for guided execution.

Does this code review template work with task-driven development workflows?

Yes, this code review template fits task-driven development workflows by applying a code-reviewer template for execution. It automates structured review requests to ensure changes meet requirements before merging across feature tasks and fixes.

What frontmatter prerequisites are required for a code review request?

Code review requests require defined frontmatter prerequisites and specific template fields. You must provide WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION to meet the enforced template interface.

Can I enforce a consistent review scope for bug fixes and feature merges?

Yes, you can enforce a consistent review scope for bug fixes and feature merges. This is achieved by applying a defined template interface that automates structured code-review requests before merges across development workflows.