requesting-code-review

Dispatch a code-reviewer subagent for pre-merge verification using git commit SHAs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and potential issues before being merged, preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent to provide focused context for evaluation.
  • Structured Feedback Loop: Guides users on when to request reviews and how to act on feedback.
  • Use Case: A developer completes a new feature and needs to ensure it meets project standards before merging into the main branch. They use this Skill to dispatch the code-reviewer subagent with specific commit SHAs and implementation details.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent with the base and head git 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 a git merge?

To automate code review before a merge, this skill dispatches a specialized code-reviewer subagent using your base and head commit SHAs. It verifies code quality and requirement adherence at critical development junctures like task completion.

What is a subagent code review workflow?

A subagent code review workflow systematically dispatches an automated reviewer with structured context and commit identifiers. This process checks for potential issues and ensures code health before integration into the main branch.

How do I get commit SHAs for code review context?

You get commit SHAs for code review context by running git commands to identify the base and head commits. These identifiers are required inputs to accurately dispatch the code-reviewer subagent.

Can I use this code review skill for feature implementation checks?

Yes, you can use this code review skill for feature implementation checks. It is designed to systematically verify code quality and project standards at critical development stages, including after completing new features.

Does automated code review require specific git commit templates?

Automated code review requires a structured template to provide focused context to the subagent, alongside the base and head git commit SHAs. This ensures the evaluation systematically addresses the specific implementation details.