requesting-code-review

Dispatch a reviewer subagent to evaluate recent code changes.

1|Updated Dec 25, 2017
One-click install
npx skills add https://github.com/mattniedelman/dotfiles --skill requesting-code-review-mattniedelman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/mattniedelman/dotfiles/tree/main/dot_augment/skills/requesting-code-review
Command: npx skills add https://github.com/mattniedelman/dotfiles --skill requesting-code-review-mattniedelman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify and fix code issues early by dispatching a reviewer subagent for every task batch or feature addition, reducing downstream defects.

Core Features & Use Cases

  • Dispatch a code-reviewer subagent after each task or major feature
  • Aggregate feedback and categorize issues by severity
  • Provide actionable guidance and templates for fixes

Quick Start

Dispatch the code-reviewer subagent for the latest changes and follow the feedback to address issues before merging.

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 feature implementations before merging?▼

You can automate code review by dispatching a reviewer subagent to evaluate recent feature implementations, which enforces structured feedback and actionable templates to guide fixes before integration.

What is a code-review subagent and how does it work in development workflows?▼

A code-review subagent is an automated reviewer dispatched after task batches to evaluate recent work, categorize issues by severity, and provide actionable guidance for fixes.

When do I need to run automated pre-merge code checks?▼

You need to run automated pre-merge code checks after each task batch or major feature addition to identify and fix issues early, reducing downstream defects before integration.

Can I categorize code review issues by severity using subagent workflows?▼

Yes, you can categorize code review issues by severity using subagent workflows, which aggregate feedback and enforce structured templates to guide fixes for identified problems.

Does dispatching a code reviewer work with task-driven development workflows?▼

Dispatching a code reviewer works directly with task-driven development workflows by evaluating recent task batches and enforcing structured feedback baselines before merging.