requesting-code-review

Route code changes to a specialized code-review agent for pre-merge checks.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/mor-duongmh/morkit-plugin --skill requesting-code-review-mor-duongmh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/mor-duongmh/morkit-plugin/tree/main/plugins/morkit/skills/requesting-code-review
Command: npx skills add https://github.com/mor-duongmh/morkit-plugin --skill requesting-code-review-mor-duongmh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures code changes are reviewed for quality and risks before they are merged, reducing defects and preserving context.

Core Features & Use Cases

  • Dispatch a code-reviewer subagent to evaluate changes with context tailored to the specific task.
  • Structured feedback covers code quality, architecture, testing, and production readiness.
  • Workflow integration supports after each task, batch reviews, or ad-hoc reviews before merge.

Quick Start

Dispatch the code-reviewer subagent after you complete a task to review the diff against the plan.

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 before merging changes?

Automate code review before merging by dispatching a subagent to evaluate your diff with task-specific context. This skill routes changes to a specialized reviewer to ensure production-ready quality and reduced defects.

What is a subagent code review and how does it work?

A subagent code review works by routing your code changes to a specialized agent that evaluates the diff against your plan. It provides structured feedback on code quality, architecture, testing, and production readiness.

Can I get structured feedback on code quality and production readiness?

Yes, you can get structured feedback on code quality and production readiness. The dispatched reviewer categorizes feedback across architecture, testing, and quality to guide targeted remediation before merge.

How do I run a diff review after completing a development task?

Run a diff review after a task by dispatching the code-reviewer subagent. It supports task-driven workflows by aligning the presented diff against the original plan to verify production readiness.

When should I trigger an automated code review in my workflow?

Trigger an automated code review after each task, during batch reviews, or as an ad-hoc pre-merge check. This ensures code changes are evaluated for risks and quality before they are merged into production.

Does the code review subagent check plan alignment for feature introductions?

Yes, the code review subagent checks plan alignment for major feature introductions. It evaluates the provided diff against the task plan to ensure the implementation matches the intended production-ready architecture.