requesting-code-review

Dispatch a code-reviewer subagent to validate implementations against the plan before merge.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Adrian-opo/multitool-app --skill requesting-code-review-adrian-opo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Adrian-opo/multitool-app/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/Adrian-opo/multitool-app --skill requesting-code-review-adrian-opo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces a pre-merge code-review step to catch issues before they cascade.

Core Features & Use Cases

  • Code-review dispatch: automatically routes changes to a specialized reviewer subagent before proceeding.
  • Plan-alignment check: compares implemented work against the initial plan or requirements.
  • Feedback integration: collects and documents issues for remediation before approval.

Quick Start

Review and validate your latest changes by dispatching the code-reviewer subagent after finishing a task.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a pre-merge code review for pull requests?

To enforce a pre-merge code review, this Skill dispatches a specialized reviewer subagent to evaluate implementation against your initial plan and records feedback for remediation before any pull request approval.

What is the best way to validate implemented features against a development plan?

Validating implemented features requires a plan-alignment check that compares the completed work against initial requirements. This Skill automates that comparison by routing changes to a code-reviewer subagent to catch issues before they cascade.

How do automated code review subagents handle feedback integration?

Automated code review subagents handle feedback integration by collecting and documenting identified issues during the evaluation. This ensures all defects are recorded for remediation before the implementation is approved for a merge.

Can I use this code review dispatch in task-driven software engineering workflows?

Yes, this code review dispatch is designed specifically for task-driven software engineering workflows where subagents implement features. It ensures changes are validated against the plan before proceeding to the final merge.

Why should I catch defects with a pre-merge code review instead of post-merge?

Catching defects with a pre-merge code review prevents issues from cascading into the main branch. By validating implementation against requirements before approval, you isolate bugs early and reduce remediation costs.

Does this code review process work without external dependencies?

Yes, the code review process operates without external dependencies. It uses internal subagents to evaluate implementation against your plan, requiring no additional tools or components to enforce the pre-merge validation.