requesting-code-review

Dispatch a code-reviewer subagent to analyze git changes against requirements.

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

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 are thoroughly checked for quality, adherence to requirements, and production readiness before being merged. It helps catch issues early, reducing the risk of bugs and improving overall code maintainability.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with a code-reviewer subagent to perform detailed code analysis.
  • Contextual Review: Provides the reviewer with specific code diffs and requirements, not the entire session history.
  • Structured Feedback: Categorizes issues by severity (Critical, Important, Minor) and provides actionable recommendations.
  • Use Case: After completing a feature, dispatch the code-reviewer subagent with the relevant Git SHAs and a description of the changes to get a comprehensive assessment before merging to main.

Quick Start

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

To automate code review for git changes, the skill dispatches a specialized code-reviewer subagent to analyze specific git diffs against requirements, returning structured feedback categorized by severity before you merge to main.

How does a subagent-driven development workflow handle code quality assurance?

Subagent-driven code quality assurance works by passing specific git SHAs and change descriptions to a code-reviewer subagent, which performs contextual analysis without the entire session history to verify implementation correctness and production readiness.

Can I get structured feedback on code diffs without providing full session context?

Yes, you can get structured feedback on code diffs without full session context by providing the code-reviewer subagent with specific git SHAs and a description of the changes, ensuring a focused and relevant quality assessment.

What is the best way to verify implementation requirements and catch bugs before production?

The best way to verify implementation requirements and catch bugs is to dispatch a code-reviewer subagent that categorizes issues into Critical, Important, and Minor severities, providing actionable recommendations for production readiness.

Do I need specific git commit SHAs to start a code review workflow?

Yes, you need specific git commit SHAs to start the code review workflow, as the process involves obtaining these identifiers to pass precise code diffs and requirements to the code-reviewer subagent for contextual analysis.