review

Run three parallel review agents on recent code changes and aggregate findings.

7|2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/salmanrrana/brain-dump --skill review-salmanrrana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/salmanrrana/brain-dump/tree/main/.claude/skills/review
Command: npx skills add https://github.com/salmanrrana/brain-dump --skill review-salmanrrana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a complete code review workflow for recent changes to ensure faster and more reliable feedback.

Core Features & Use Cases

  • Parallel review agents: Launches three specialized analyzers in parallel to assess quality, error handling, and opportunities for simplification.
  • Structured findings: Produces a concise summary categorized as Critical Issues, Important Issues, and Suggestions to guide fixes.
  • Automation & completion: Automatically aggregates results and marks the review as completed to prevent re-triggering.

Quick Start

Trigger the code review on the latest changes to launch the three agents and obtain a concise summary.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for recent pull request changes?

You can automate code reviews by triggering a parallel workflow that runs three agents to assess code quality, error handling, and simplification opportunities for recent diffs. The system then aggregates these findings into a structured summary.

What is parallel code review automation and how does it work?

Parallel code review automation launches three specialized analyzers simultaneously to evaluate code quality, error handling, and simplification. It executes these tasks concurrently, aggregates the results, and marks the review completed to prevent re-triggering.

How do I get structured feedback on code quality and error handling?

To get structured feedback on code quality and error handling, run an automated review on your recent changes. The system produces a concise summary categorizing findings into Critical Issues, Important Issues, and Suggestions to guide your fixes.

Can I use automated code review for codebases with frequent diffs?

Yes, automated code review is designed for codebases with frequent diffs and pull requests. It handles continuous changes by running parallel review agents and automatically marking the review as completed via a completion flag.

What is the best way to simplify code during a pull request review?

The best way to identify simplification opportunities during a pull request review is using a parallel review agent specifically dedicated to assessing code simplification, alongside agents for quality and error handling, to produce actionable suggestions.

Why does my automated code review keep re-triggering on the same changes?

Automated code reviews re-trigger when the completion flag is not properly set. This workflow automatically aggregates results and marks the review as completed after execution to prevent duplicate reviews on the same recent changes.