requesting-code-review

Orchestrate parallel code, business-logic, and security reviews for git changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill requesting-code-review-withmartian-sandbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665/tree/main/default/skills/requesting-code-review
Command: npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill requesting-code-review-withmartian-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces Gate 4 review discipline by orchestrating parallel expert reviews to catch design, correctness, and security issues before merge, preventing regressions and post-release defects.

Core Features & Use Cases

  • Parallel reviewer orchestration: Dispatches code, business-logic, and security reviewer agents simultaneously and aggregates their findings.
  • Git-aware context detection: Auto-detects base/head SHAs, changed files, and commit summaries when inputs are omitted.
  • Enforced fix-and-retry workflow: Aggregates severity-classified issues, dispatches an implementation agent to apply fixes, limits iterations, and escalates when necessary.
  • CodeRabbit integration & environment checks: Optionally runs CodeRabbit CLI with mandatory execution rules, installation guidance, and environment gating.
  • Use case: Run this Skill as a pre-merge Gate 4 check to get a consolidated review summary and a clear handoff to the next gate.

Quick Start

Dispatch a parallel code, business-logic, and security review for the current branch and return an aggregated, severity-classified review summary ready for the next gate.

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 parallel code, business-logic, and security reviews before a git merge?

Automated pre-merge code review dispatches parallel code, business-logic, and security reviewer agents simultaneously to catch design, correctness, and security issues before merge, preventing regressions and post-release defects. The system aggregates severity-classified issues and enforces implementation agent fix cycles.

What is parallel reviewer orchestration for code changes?

Parallel reviewer orchestration dispatches code, business-logic, and security reviewer agents in a single message, aggregating their findings into a severity-classified review summary for safer merges and clear handoff to the next gate. It handles git-aware context detection automatically.

Does this code review workflow integrate with CodeRabbit CLI?

Yes, the code review workflow optionally runs CodeRabbit CLI validation with mandatory execution rules, installation guidance, and environment gating to validate changes alongside the parallel reviewer agents. This integrates seamlessly with the aggregated severity-classified review output.

How do I run a severity-classified review on changed git files without manual input?

Git-aware context detection auto-detects base and head SHAs, changed files, and commit summaries when inputs are omitted, allowing you to run severity-classified reviews on the current branch without manual specification. The review then dispatches three parallel reviewer agents automatically.

What happens when the code review agents find issues that need fixing?

When reviewers find issues, the enforced fix-and-retry workflow aggregates severity-classified problems, dispatches an implementation agent to apply fixes, limits iterations, and escalates when necessary to ensure resolution. This prevents incomplete fixes from proceeding to merge.

Can I use this for post-bugfix checks across git branches in CI workflows?

Yes, the parallel review orchestration is applicable to pre-merge validation, feature completions, and post-bugfix checks across git branches and CI workflows, returning an aggregated review summary ready for the next gate. It auto-detects git context for each scenario.