requesting-code-review

Dispatch a code-review subagent to validate changes against a plan before merge.

27|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill requesting-code-review-datasciencemonkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/datasciencemonkey/claude-code-cli-bricks/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill requesting-code-review-datasciencemonkey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines code review by automating the process of triggering a reviewer, consolidating context, and surfacing issues before code merges.

Core Features & Use Cases

  • Automatic dispatch of a code-review subagent to assess changes for quality, alignment with requirements, and potential risks.
  • Structured feedback workflow that captures findings, categorizes issues, and ties back to the planned requirements.
  • Pre-merge verification to catch regressions and ensure readiness for integration in a collaborative workflow.
  • Use Case: After completing a feature, trigger a review to surface critical issues prior to opening a pull request.

Quick Start

Use this skill to initiate a review flow after you finish Task 2, providing a short summary of what was implemented and the intended plan.

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 a code review before a pull request merge?

To automate a code review before a pull request merge, you can trigger a subagent to validate changes against your plan. This workflow requires a git base and head SHA, plus a concise description of what was implemented.

What is a pre-merge code review workflow and how does it work?

A pre-merge code review workflow dispatches a subagent to assess changes for quality and alignment with planned requirements. It consolidates context and surfaces categorized issues to catch regressions before integration.

What do I need to provide to run an automated code review on my feature branch?

You need to provide the git base and head SHA, a concise description of what was implemented, and a matching plan to compare against your requirements. This context allows the review subagent to validate the changes accurately.

Can I use an automated code review subagent for task-by-task development?

Yes, you can use an automated code review subagent for task-by-task development. After completing a specific task, you trigger the review flow with a short summary of the implementation and the intended plan.

Does automating code review replace manual pull request checks?

Automating code review structures feedback and surfaces critical issues prior to opening a pull request, but it functions as a pre-merge verification step. It consolidates findings and ties them back to requirements to support manual checks.

When should I trigger an automated code review in my development workflow?

You should trigger an automated code review after completing a feature or task, prior to opening a pull request. This timing allows you to surface critical issues and catch regressions before integration.