requesting-code-review

Dispatch a code-reviewer subagent with structured templates at review milestones.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/donellmccoy/ECTSystem --skill requesting-code-review-donellmccoy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/donellmccoy/ECTSystem/tree/main/.github/skills/requesting-code-review
Command: npx skills add https://github.com/donellmccoy/ECTSystem --skill requesting-code-review-donellmccoy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the initiation of code-review processes to catch issues early and standardize feedback across tasks.

Core Features & Use Cases

  • Automated review triggers: Dispatch a code-reviewer subagent when a task completes.
  • Milestone enforcement: Ensure reviews occur after each task, after major features, and before merging.
  • Structured feedback templates: Provide a consistent review format and placeholders for WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION.

Quick Start

  1. Complete a task and prepare the summary.
  2. Dispatch the reviewer: [Dispatch superpowers:code-reviewer subagent].
  3. Fill in the code-reviewer template with WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION, then run the review.

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 before a pull request merge?

Automating code review requests involves dispatching a code-reviewer subagent upon task completion to enforce review milestones and catch issues early before merging. This skill standardizes the process by providing structured feedback templates to ensure consistent reviews across development cycles.

When should I trigger a code review in my development workflow?

Code reviews should be triggered after each task completion, after major feature implementation, and before merging to ensure consistent milestone enforcement. Automating these triggers dispatches a reviewer subagent to standardize feedback and catch issues early across the development cycle.

Can I use structured templates to standardize peer review feedback?

Structured templates standardize peer review feedback by providing consistent formats with placeholders for implementation details, requirements, commit SHAs, and descriptions. This skill enforces structured templates to ensure reviews happen consistently and catch issues early across development tasks.

What is the best way to enforce review milestones across task-based development cycles?

Enforcing review milestones across development cycles is best achieved by automating review triggers that dispatch a code-reviewer subagent after each task, major feature, and before merge. This ensures reviews occur consistently and standardizes feedback using structured templates.

How do I dispatch a code-reviewer subagent to catch code issues early?

To dispatch a code-reviewer subagent, complete a task, prepare your summary, and invoke the subagent using the designated dispatch command. Fill in the provided code-review template with implementation details, requirements, base and head SHAs, and description to run the review.