requesting-code-review

Dispatch a code-reviewer subagent to audit changes and output a structured report.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill requesting-code-review-goodworkrinkz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/GOODWORKRINKZ/mylamp/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill requesting-code-review-goodworkrinkz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the code-review process by routing changes to a specialized review subagent to catch issues early before integration.

Core Features & Use Cases

  • Dispatches a code-reviewer subagent after task completion to audit changes.
  • Provides a structured feedback loop with the ability to escalate critical issues and track resolution.
  • Supports decision points before merging and aligns reviews with project governance.

Quick Start

Run the Task tool to dispatch the code-reviewer subagent after completing a task and fill the template with the implemented details.

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 pull request code reviews before merging to main?▼

Automated code review dispatches a dedicated subagent to audit changes before integration. You provide the base and head SHAs, implemented details, and a plan reference to receive a structured report of strengths and issues.

What is subagent-driven code review and when should I use it?▼

Subagent-driven code review routes changes to a specialized reviewer subagent to catch issues early. Use it after completing major features or before merging to main to ensure quality and compliance.

How do I integrate automated code review into a git workflow?▼

Integrate automated code review by running the Task tool after task completion to dispatch the reviewer subagent. Fill the template with implemented details to trigger a structured feedback loop for quality assurance.

What inputs are required to run an automated code review subagent?▼

Running an automated code review subagent requires providing the base and head Git SHAs, the implemented task details, and a project plan reference to generate a structured audit report.

Can I escalate critical issues found during an automated code review?▼

Automated code review provides a structured feedback loop with the ability to escalate critical issues and track their resolution before merging to main.

Does automated code review work without additional dependencies?▼

Yes, the automated code review subagent operates without external dependencies, routing changes to a specialized reviewer to output a structured report of strengths and issues.