requesting-code-review

Dispatch a subagent to evaluate git diffs against project requirements.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill requesting-code-review-giosuetedeschi-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/giosuetedeschi-spec/bobu-website/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill requesting-code-review-giosuetedeschi-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the risk of shipping buggy or incomplete code by enforcing a structured, subagent-driven review process before any merge or task completion.

Core Features & Use Cases

  • Automated Review Dispatch: Triggers a specialized code-reviewer subagent to analyze git diffs against defined requirements.
  • Severity Categorization: Automatically classifies feedback into Critical, Important, and Minor issues to prioritize developer effort.
  • Use Case: After implementing a new feature, use this skill to verify that your code meets the original plan, catches edge cases, and adheres to architectural standards before merging to the main branch.

Quick Start

Request a code review for the changes between the current branch and the main branch by providing the implementation details and the plan reference to the code reviewer agent.

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 for git diffs before merging?

Automate code reviews by dispatching a specialized subagent to evaluate your git diffs against original project requirements, ensuring production readiness before merging. This process validates architecture and tracks issues systematically.

What is the best way to verify production readiness for new software features?

Verify production readiness by running an automated code review that checks your implementation against the original plan, catches edge cases, and ensures adherence to architectural standards before completing a task.

How does a subagent categorize technical feedback during a code review?

The subagent categorizes technical feedback by automatically classifying identified issues into Critical, Important, and Minor severity levels, allowing developers to prioritize their effort effectively before merging changes.

Can I use this code review process for quality assurance on any software development workflow?

Yes, this code review process applies to software development workflows requiring quality assurance, architectural validation, and production readiness checks, evaluating git diffs against defined requirements.

What do I need to provide to start an automated code review on my current branch?

To start an automated code review, you need to provide the implementation details and the plan reference to the code reviewer agent, allowing it to analyze the changes between your current branch and the main branch.