requesting-code-review

Dispatch a code-review agent to validate implementations against the plan.

47|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/tylerwind/LabVIEW-WPF-UI-Generator --skill requesting-code-review-tylerwind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/tylerwind/LabVIEW-WPF-UI-Generator/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/tylerwind/LabVIEW-WPF-UI-Generator --skill requesting-code-review-tylerwind

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a code-review agent to validate implementations against the plan and catch issues before they cascade.

Core Features & Use Cases

  • Enables early feedback by routing changes to a specialized code-review subagent.
  • Ensures reviews occur at key milestones: after every task, after major features, and before merging to main.
  • Provides structured prompts and templates (code-reviewer.md and reviewer-prompt.md) to guide reviewers and standardize feedback.

Quick Start

Request a code review after completing a task by dispatching the code-reviewer subagent with the base and head SHAs.

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

To automate code review, dispatch a code-review subagent with base and head SHAs to validate implementations against your plan. This routes changes to a specialized reviewer that uses structured prompts and templates to generate actionable feedback.

When should I run an automated code review in subagent-driven development?

You should run an automated code review after completing each task, after finishing major features, and before merging to main. This ensures quality gates are met and catches issues at key milestones before they cascade.

What inputs do I need to provide to dispatch a code-review agent?

You need to provide the base and head SHAs to dispatch the code-review agent. These inputs allow the agent to identify the changes and validate the implementation against the original plan using a structured review checklist.

How does a structured checklist improve software engineering code reviews?

A structured checklist standardizes feedback by enforcing consistent validation of implementations against the plan. It guides the code-reviewer subagent to generate actionable feedback, ensuring quality gates are met before merging to main.

Can I use a code-review subagent to validate major feature implementations before merging?

Yes, you can dispatch a code-review subagent to validate major feature implementations before merging to main. It enforces a structured review checklist and compares the head SHA against the base SHA to generate actionable feedback.