requesting-code-review

Route code changes to a dedicated code-reviewer subagent for pre-merge QA.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill requesting-code-review-brainbrewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/plugin/config/templates/develop/skills/requesting-code-review
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill requesting-code-review-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the pre-merge review process by routing code changes to a dedicated code-reviewer subagent, ensuring critical issues are caught before integration.

Core Features & Use Cases

  • Automated routing: after each task, dispatches code-reviewer to assess changes against the plan.
  • Clear feedback: provides strengths, issues, and recommendations in a reproducible format.
  • Use Case: teams using task-driven development want formal QA before merging to main branches.

Quick Start

Invoke requesting-code-review after completing a task to dispatch a code-reviewer subagent for evaluation.

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 merging a task branch?

Automating code review before merging requires routing changes to a dedicated code-reviewer subagent to validate code quality, architecture, testing, and documentation against the plan. This structured review process provides actionable feedback to satisfy production-readiness criteria.

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

A pre-merge code review subagent is an automated QA mechanism that assesses task-driven code changes upon completion. It evaluates the code against the original plan and generates reproducible feedback detailing strengths, issues, and recommendations before integration into the main branch.

Does automated pre-merge routing work for task-based development workflows?

Automated pre-merge routing is designed specifically for task-based development workflows. Each completed task triggers the formal review subagent, ensuring critical issues are caught and production-readiness criteria are met before merging to the main branch.

What is the best way to ensure code quality before integrating changes?

The best way to ensure code quality before integration is dispatching a dedicated code-reviewer to evaluate changes. This automated process checks architecture, testing, and documentation, returning structured feedback with actionable recommendations to catch critical issues before merging.

How do I get structured QA feedback for my code changes?

To get structured QA feedback, route your code changes to a code-reviewer subagent after completing a task. The subagent evaluates the changes and provides reproducible feedback containing specific strengths, identified issues, and actionable recommendations.

When do I need to trigger a formal code review in my workflow?

You need to trigger a formal code review after completing a development task and before merging changes to the main branch. This ensures critical integration issues are caught early by evaluating code quality, architecture, testing, and documentation against the plan.