requesting-code-review

Dispatch a code-review subagent after tasks using base and head SHAs.

29|1|Updated Jul 18, 2015
One-click install
npx skills add https://github.com/joshmanders/dotfiles --skill requesting-code-review-joshmanders
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/joshmanders/dotfiles/tree/main/claude/skills/requesting-code-review
Command: npx skills add https://github.com/joshmanders/dotfiles --skill requesting-code-review-joshmanders

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically initiates a structured code-review process to catch issues before they cascade across tasks.

Core Features & Use Cases

  • Dispatch code-reviewer subagent: After each task to solicit feedback and improve quality.
  • Structured planning: Uses a code-review template to capture what was implemented, plans, and context.
  • Workflow integration: Coordinates base/head SHAs and task metadata to drive reviews in subagent-driven development.
  • Consistent feedback loop: Classifies issues by severity and guides next steps.

Quick Start

Trigger the code-review workflow after completing a task to request structured feedback.

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 reviews in a subagent-driven development workflow?▼

Initiate a code review automatically after task completion by dispatching a code-reviewer subagent. This structured workflow requires exposing base and head SHAs alongside a description of what was implemented to solicit early feedback.

What is a subagent code review process and when do I need it?▼

A subagent code review dispatches an automated reviewer after task completion to catch issues early. You need it in subagent-driven development workflows for feature additions, bug fixes, and refactoring to prevent issues from cascading across tasks.

Does automated code review work with git base and head SHAs?▼

Yes, automated code review uses git base and head SHAs to coordinate the diff scope. The workflow integrates these SHAs with task metadata to drive structured reviews in subagent-driven development environments.

How do I structure a code review template for a development subagent?▼

Structure the code review template by including a WHAT_WAS_IMPLEMENTED description, base and head SHAs, and task context. This allows the code-reviewer subagent to classify issues by severity and guide next steps consistently.

What are the requirements for dispatching a code-review subagent?▼

Dispatching a code-review subagent requires completed tasks that expose base and head SHAs, a WHAT_WAS_IMPLEMENTED description, and a code-reviewer template. It applies specifically to subagent-driven development workflows.