requesting-code-review

Dispatch a code-reviewer subagent after task completion for structured review loops.

5|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/ed3dai/ed3d-plugins-testing --skill requesting-code-review-ed3dai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ed3dai/ed3d-plugins-testing/tree/main/plugins/ed3d-plan-and-execute/skills/requesting-code-review
Command: npx skills add https://github.com/ed3dai/ed3d-plugins-testing --skill requesting-code-review-ed3dai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the code-review process by dispatching an ed3d-plan-and-execute:code-reviewer subagent to identify issues early in the development lifecycle, reducing rework and risk.

Core Features & Use Cases

  • Automated review dispatch: Triggers a structured code-review workflow after task completion or during major feature milestones.
  • Iterative review loop: Supports a review → fix → re-review loop until all issues are resolved.
  • Operational guidance: Standardizes feedback and evidence collection for reliable decision making.

Quick Start

Use requesting-code-review to initiate a code review for the latest commit by dispatching the code-reviewer with a description and plan references. For example: "Request a code review for feature X in branch Y."

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 after completing a development task?

Automate code review by dispatching a code-reviewer subagent after task completion to catch issues early. This applies to development tasks, major feature implementations, and pre-merge checks across plan execution to ensure quality before rollout.

Can I run an iterative review loop to fix issues before merging?

Yes, you can run an iterative review loop. The automated code review process supports a review, fix, and re-review loop until all issues are resolved, utilizing retries and timeouts for reliable decision making.

What is the best way to perform pre-merge code checks using a subagent?

The best way to perform pre-merge code checks is dispatching a code-reviewer subagent. It standardizes feedback and evidence collection, ensuring structured quality assurance and reducing rework and risk before rollout.

Do I need a specific git workflow to trigger automated code review?

Automated code review triggers after task completion or during major feature milestones. You initiate it by dispatching the code-reviewer with a description and plan references for the latest commit in your branch.

How does evidence-backed reporting work in automated code review?

Evidence-backed reporting in code review works by standardizing feedback collection during the subagent dispatch. It provides operational guidance that ensures reliable decision making throughout the iterative review and fix loop.