requesting-code-review

Dispatch a code-reviewer subagent with git commit SHAs and a markdown template.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/mezivillager/hacer --skill requesting-code-review-mezivillager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/mezivillager/hacer/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/mezivillager/hacer --skill requesting-code-review-mezivillager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code changes are thoroughly vetted for quality, adherence to requirements, and production readiness before being merged.

Core Features & Use Cases

  • Automated Subagent Dispatch: Leverages a specialized code-reviewer subagent to perform detailed code analysis.
  • Contextual Review: Provides the reviewer with precise code diffs and requirements, isolating the review from broader session history.
  • Structured Feedback: Categorizes issues by severity (Critical, Important, Minor) and provides actionable recommendations.
  • Use Case: After implementing a new user authentication module, dispatch this Skill to have the code-reviewer subagent analyze the changes against the design document and identify any potential bugs or architectural flaws.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current 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 reviews before merging new features?

Automating code reviews before merging involves dispatching a specialized subagent with precise context, such as code diffs and requirements, to isolate the review from broader session history. This ensures changes are thoroughly vetted for production readiness without manual intervention.

What is a subagent dispatch for pre-merge verification?

A subagent dispatch for pre-merge verification is an automated process that sends a specialized code reviewer precise code diffs and requirements. This isolates the analysis from session history to identify potential bugs or architectural flaws before merging.

How do I structure feedback for a code review?

To structure feedback for a code review, categorize identified issues by severity, such as Critical, Important, or Minor, and provide actionable recommendations. This structured feedback ensures changes adhere to requirements and are production-ready.

Do I need git to request an automated code review?

Yes, you need git to request an automated code review because the process requires git commands to establish commit SHAs. These SHAs are necessary to generate the precise code diffs for the subagent's structured markdown template input.

How does a code reviewer subagent analyze changes against a design document?

A code reviewer subagent analyzes changes against a design document by receiving precise code diffs and requirements as input. This contextual review isolates the analysis, categorizing issues by severity to identify potential bugs or architectural flaws.

Can I isolate code review context from broader session history?

Yes, you can isolate code review context from broader session history by dispatching a specialized subagent with precise code diffs and requirements. This ensures the reviewer analyzes only the specific changes against the design document.