requesting-code-review

Dispatch dedicated code reviews to validate production readiness before merge.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/dmulcahey/featureforge --skill requesting-code-review-dmulcahey
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/dmulcahey/featureforge/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/dmulcahey/featureforge --skill requesting-code-review-dmulcahey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a dedicated code-review to validate production readiness of code changes.

Core Features & Use Cases

  • Initiates a dedicated independent code-review for the current feature branch.
  • Integrates with plan-routed and workflow-driven releases to ground reviews in approved plans and execution evidence.
  • Provides structured reviewer briefs and artifacts for auditability and remediation tracking.

Quick Start

Request a dedicated code-review for the current branch before merging.

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 an independent code review before merging a feature branch?▼

To automate an independent code review, you dispatch a dedicated reviewer process for your feature branch that validates production readiness using whole-diff gates and execution evidence before merging. It grounds the assessment in approved plans and base/HEAD commits to enforce a strict, audit-ready review.

What is a gate review in a plan-routed workflow?▼

A gate review in a plan-routed workflow is a terminal whole-diff assessment that validates code changes against an approved plan and execution evidence. It enforces a structured reviewer process with checklists and artifacts to capture deviations and guide remediation before a production merge.

How do I ground a code review using execution evidence and base commits?▼

You ground a code review by providing the reviewer process with approved plans, execution evidence, and base/HEAD commits. This context anchors the assessment of production readiness, ensuring the review validates actual changes against the intended task boundaries.

Can I capture code review deviations and track remediation artifacts?▼

Yes, the code review process captures deviations and tracks remediation through structured reviewer briefs and artifacts. It provides auditability by enforcing checklists and guiding the necessary fixes before allowing a merge.

Does this code review automation work without external dependencies?▼

Yes, this code review automation operates without external dependencies, functioning independently to dispatch dedicated reviews. It manages terminal whole-diff gates and task-boundary assessments entirely within its own structured process.

When do I need a dedicated code review for production readiness?▼

You need a dedicated code review for production readiness when merging code changes from a feature branch in a workflow-driven release. It is required to independently validate the diff, enforce strict checklists, and ensure remediation is complete before the final merge.