review

Run six parallel reviewers on the current git diff HEAD and aggregate findings.

20|3|Updated Aug 16, 2016
One-click install
npx skills add https://github.com/heyJordanParker/dotfiles --skill review-heyjordanparker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/heyJordanParker/dotfiles/tree/main/claude/.claude/skills/review
Command: npx skills add https://github.com/heyJordanParker/dotfiles --skill review-heyjordanparker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill accelerates code review by running all reviewers in parallel on uncommitted changes, reducing review cycles and feedback latency.

Core Features & Use Cases

  • Parallel Subagents: executes six reviewers in parallel on the current git diff HEAD.
  • Comprehensive coverage: reviews across architecture, naming, simplicity, tests, regressions, and anti-slop checks.
  • Aggregation: compiles subagent results into a single consolidated report.

Quick Start

Launch 6 subagents in parallel using the Task tool to evaluate your current changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for uncommitted git changes?

Automated code review for uncommitted git changes runs six parallel subagents on the git diff HEAD to evaluate architecture, naming, simplicity, tests, regressions, and anti-slop. It aggregates findings into a consolidated report with critical, important, and minor severity levels.

Can I run multiple code reviewers in parallel on my current git diff?

Running multiple code reviewers in parallel is fully supported by executing six subagents simultaneously on the current git diff HEAD. This parallel execution reduces review cycles and feedback latency by aggregating results into a single consolidated report.

What is the best way to get multi-perspective feedback on an open pull request?

Multi-perspective feedback for open pull requests is generated by launching six parallel reviewers that check architecture, naming, simplicity, tests, regressions, and anti-slop. The subagents aggregate their evaluations into a comprehensive report of critical, important, and minor findings.

Does parallel code review work without committing changes to the repository?

Parallel code review works directly on uncommitted changes by analyzing the git diff HEAD. It requires no committed snapshots, executing six subagents simultaneously to aggregate quality-assurance checks into a consolidated report.

What dimensions does automated code review cover when analyzing uncommitted changes?

Automated code review covers six dimensions: architecture, naming, simplicity, tests, regressions, and anti-slop checks. Six parallel subagents evaluate these aspects on the git diff HEAD and compile the results into a consolidated report.