requesting-code-review

Dispatch a specialized subagent to review code changes against requirements.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/MrAlexisCord/chatbot-prototype --skill requesting-code-review-mralexiscord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/MrAlexisCord/chatbot-prototype/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/MrAlexisCord/chatbot-prototype --skill requesting-code-review-mralexiscord

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code meets requirements and quality standards before being merged, preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with a code-reviewer subagent to provide focused feedback.
  • Contextual Review: Ensures the reviewer has precise context (code changes, requirements) without session history.
  • Use Case: After completing a new feature, you can use this skill to automatically send the relevant code changes and requirements to a specialized code review agent for a thorough check.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent with the latest code changes.

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 a git merge?

Automated code review before a merge is handled by dispatching a specialized subagent with precise context of code changes and requirements to ensure production readiness and quality standards are met.

What is subagent-driven code review?

Subagent-driven code review is a process where a specialized agent is dispatched with exact code changes and specifications, ensuring focused feedback without relying on previous session history.

How do I ensure code quality and specification adherence during development workflow?

Code quality and specification adherence are ensured by utilizing a structured review process that dispatches a subagent with contextual code changes and tracks specific Git SHA references.

Does the code review process retain session history?

The code review process does not retain session history; the dispatched subagent relies entirely on the precise context of the current code changes and requirements provided to it.

Can I use this for ad-hoc code reviews?

Yes, the system supports subagent-driven development, plan execution, and ad-hoc reviews, allowing you to dispatch a code reviewer with contextual changes at any point in your workflow.