requesting-code-review

Dispatch a code-reviewer subagent to verify implementations against project plans.

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill requesting-code-review-pascallammers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.factory/skills/requesting-code-review
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill requesting-code-review-pascallammers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of getting code reviewed, catching potential issues early in the development cycle to prevent bugs and maintain code quality.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with a code-reviewer subagent to analyze code changes against requirements.
  • Workflow Integration: Designed to be used at critical points like task completion, feature implementation, and before merging.
  • Use Case: After implementing a new user authentication module, you can use this skill to have an AI reviewer check your work against the design specifications before merging it into the main branch.

Quick Start

Use the requesting-code-review skill to dispatch a code reviewer for your latest 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 a code review before merging new code changes?

To automate a code review, you can dispatch a code-reviewer subagent to verify code implementations against project plans and requirements. This facilitates quality assurance by acting as a pre-merge check for your development workflow.

How does a subagent perform differential analysis on git commits?

The subagent performs differential analysis by using git commands to identify the base and head commit SHAs. It then verifies the code changes between these commits against the original project plans and requirements.

When should I run an automated code review in my development workflow?

An automated code review should be run at critical points in your development workflow such as task completion, feature implementation, and before merging. This ensures code quality and catches potential issues early in the cycle.

Can I use this automated code review to verify a new authentication module against design specs?

Yes, you can use this code review skill to have an AI reviewer check your new authentication module against design specifications. It specifically verifies code implementations against project plans and requirements before merging.

What is the best way to integrate AI quality assurance into subagent-driven development?

The best way to integrate AI quality assurance is to dispatch a code-reviewer subagent that checks code implementations against project plans. This automates pre-merge checks and maintains code quality in subagent-driven development.