requesting-code-review

Orchestrate a code-reviewer subagent to generate structured feedback on implemented changes.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/DaFum/github-repository-vi --skill requesting-code-review-dafum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/DaFum/github-repository-vi/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/DaFum/github-repository-vi --skill requesting-code-review-dafum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates and standardizes code review by orchestrating a dedicated code-reviewer subagent, reducing oversight gaps and speeding up feedback loops.

Core Features & Use Cases

  • Automated review initiation: Dispatch the code-reviewer subagent whenever changes are ready for review, ensuring consistency.
  • Structured feedback flow: Collect and present issues with severity levels (Critical, Important, Minor) and recommended actions.
  • Use Case: A developer finishes a task in a subagent-driven workflow; the skill triggers a review pass before merging to main, with feedback integrated into the task log.

Quick Start

Use the requesting-code-review skill to trigger a code-reviewer subagent against the 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 initiation for pull requests?

To automate code review initiation, you can use a dedicated code-reviewer subagent to evaluate changes before merging. This skill orchestrates the review process by dispatching the subagent whenever changes are ready, ensuring consistent feedback.

What is a subagent-driven development workflow for code reviews?

A subagent-driven workflow delegates feature implementation to subagents, then uses a code-reviewer subagent to assess changes. It identifies implemented changes, compares them against planned goals, and generates structured feedback before merging to main.

How do I generate structured feedback for human reviewers?

To generate structured feedback, the code-reviewer subagent assesses quality and readiness, then presents issues categorized by severity levels like Critical, Important, and Minor. It provides recommended actions and integrates this feedback into the task log.

Does this code review automation work without external dependencies?

Yes, this code review automation works without external dependencies. It operates internally by orchestrating a code-reviewer subagent to evaluate task readiness and compare changes against planned goals before merging.

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

You should trigger a code review subagent when a developer finishes a task in a subagent-driven workflow. The review pass is initiated before merging to main, ensuring quality assurance and that changes meet planned goals.