requesting-code-review

Dispatch a code-reviewer subagent to review code against requirements.

3|2|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/Crumbgrabber/llm_system_template_agents_skills_patterns_tools_prompts --skill requesting-code-review-crumbgrabber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Crumbgrabber/llm_system_template_agents_skills_patterns_tools_prompts/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/Crumbgrabber/llm_system_template_agents_skills_patterns_tools_prompts --skill requesting-code-review-crumbgrabber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code changes meet requirements and quality standards before being merged, thereby preventing bugs and maintaining project integrity.

Core Features & Use Cases

  • Automated Subagent Dispatch: Leverages a specialized code-reviewer subagent to perform detailed code analysis.
  • Requirement Verification: Compares implemented code against specified plans or requirements.
  • Pre-Merge Quality Gate: Acts as a crucial checkpoint before code enters the main branch.
  • Use Case: After completing a feature, you can use this skill to have an AI subagent review your changes against the feature's requirements, identifying potential issues like missing functionality or architectural flaws.

Quick Start

Request a code review for your latest changes by providing the base and head commit SHAs.

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 to a main branch?

You can automate code review before merging by dispatching a specialized subagent to compare your commits against predefined requirements and identify potential issues before the code enters the main branch.

What do I need to provide to run an automated code review on my git commits?

To run an automated code review, you need to provide the base and head commit SHAs identified via git commands, along with a predefined 'code-reviewer.md' template for the subagent interaction.

How does a subagent verify code quality against development requirements?

A subagent verifies code quality by performing detailed code analysis, comparing the implemented changes against your specified plans or requirements to identify missing functionality or architectural flaws.

Can I use this code review process to check for missing functionality after completing a feature?

Yes, you can use this code review process after completing a feature to have an AI subagent review your changes against the feature's requirements, identifying potential issues like missing functionality.

Does this automated code review workflow require any external dependencies?

No, this automated code review workflow does not require external dependencies, relying solely on git commands for commit identification and a predefined subagent template for analysis.

When should I integrate an automated code review into my development workflow?

You should integrate automated code review into your development workflow as a pre-merge quality gate, particularly after completing development tasks and before merging code to main branches.