requesting-code-review

Review completed code changes against requirements and assess merge readiness.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/forgefabrik/agent-bigbrother --skill requesting-code-review-forgefabrik
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/forgefabrik/agent-bigbrother/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/forgefabrik/agent-bigbrother --skill requesting-code-review-forgefabrik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you get an independent, structured review of completed code before defects cascade into later work or a merge.

Core Features & Use Cases

  • Plan Alignment: Checks whether the implementation matches the stated requirements or task plan.
  • Quality and Risk Review: Flags architecture, testing, error handling, and production-readiness issues with calibrated severity.
  • Reusable Review Workflow: Provides a repeatable prompt template for subagent review after tasks, before merges, or whenever you need a fresh perspective.

Quick Start

Ask the skill to review your completed changes against the plan before you merge.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a code review on completed git changes before a merge?▼

Performing a code review on completed git changes requires a concise change summary, the original plan, and a bounded git range to assess strengths, issues, and merge readiness before integration.

What is the best way to check if a pull request aligns with feature requirements?▼

Checking pull request alignment involves reviewing the implementation against the stated task plan to ensure the code matches requirements and catches architecture or testing issues before they spread.

Can I use an automated code review for bug fixes and refactoring tasks?▼

Yes, you can use an automated code review for bug fixes and refactoring tasks by applying a repeatable review workflow that checks production-readiness and error handling against your original plan.

What do I need to provide to get an independent quality pass on my software engineering changes?▼

To get an independent quality pass on software engineering changes, you need to provide a bounded git range, a concise change summary, and the requirements or task plan for structured assessment.

When should I run a subagent-driven checkpoint during feature delivery?▼

You should run a subagent-driven checkpoint during feature delivery after completing code changes and before merging, ensuring an independent quality pass catches defects before they cascade.