requesting-code-review

Dispatch a code-reviewer subagent to assess code quality, architecture, testing, and production readiness.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/liamtran96/msm-car-booking --skill requesting-code-review-liamtran96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/liamtran96/msm-car-booking/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/liamtran96/msm-car-booking --skill requesting-code-review-liamtran96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables proactive, structured code reviews by dispatching a dedicated code-reviewer subagent to catch issues early and before merging to main.

Core Features & Use Cases

  • Automated review after each task in subagent-driven development.
  • Template-based feedback from the code-reviewer to ensure consistency and traceability.
  • Assessment of code quality, architecture, testing, and production readiness with actionable feedback.

Quick Start

After completing a task, use this skill to dispatch the code-reviewer subagent. Provide the WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION in the code-reviewer template to generate a structured review.

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 before merging a pull request?

Automate code reviews by dispatching a dedicated subagent after task completion to assess code quality, architecture, testing, and production readiness before merging to main.

What is a subagent-driven development workflow for quality assurance?

Subagent-driven development completes tasks in batches and dispatches a dedicated code-reviewer subagent to catch issues early, ensuring structured quality assurance before merging.

How do I use a template for structured code review feedback?

Use a template by providing WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION to generate consistent, traceable, and actionable code review feedback.

Does this code review process work for both new features and bug fixes?

Yes, the subagent code review process applies across both new features and fixes, assessing production readiness and architecture to ensure code quality before merging.

What criteria are evaluated during an automated subagent code review?

Automated subagent code reviews evaluate defined criteria including code quality, architecture, testing, and production readiness, providing a clear feedback loop with actionable insights.