review

Dispatch three parallel code-reviewer subagents to inspect diffs, commits, and pull requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jjeremycai/claudekit --skill review-jjeremycai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/jjeremycai/claudekit/tree/main/skills/review
Command: npx skills add https://github.com/jjeremycai/claudekit --skill review-jjeremycai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of reviewing code changes by coordinating multiple specialized subagents to identify bugs, security issues, and style or pattern violations, saving time and increasing confidence in code quality.

Core Features & Use Cases

  • Launches three parallel @code-reviewer subagents focusing on bug hunting, security review, and codebase conformity.
  • Aggregates findings into a prioritized report and highlights critical issues for quick remediation.
  • Use Case: When a PR arrives, run automated review to surface defects and policy violations.

Quick Start

To start a code review workflow, trigger the review skill on a code diff or PR, and wait for the three subagents to report results.

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 a pull request?

Automating code review for a pull request involves dispatching three parallel subagents to inspect changes for bugs, security issues, and pattern violations. The process aggregates findings into a severity-ranked summary highlighting critical defects for quick remediation.

What is parallel diff analysis for code quality?

Parallel diff analysis for code quality is a review mechanism launching three concurrent subagents to inspect codebase changes. It identifies bugs, security vulnerabilities, and style conformity issues, aggregating findings into a structured, severity-ranked report.

How do I check a code diff for security issues and bugs?

To check a code diff for security issues and bugs, trigger a coordinated review workflow dispatching specialized subagents. They analyze changes in parallel, hunting for defects and vulnerabilities before presenting a prioritized summary of findings.

Does automated code review work on individual commits and diffs?

Automated code review works on individual commits and diffs across codebases. The skill coordinates parallel subagents to inspect these changes, enabling comprehensive analysis with structured issue reporting for any provided code modifications.

What is the best way to find pattern violations in a PR?

The best way to find pattern violations in a PR is using a coordinated review dispatching a subagent for codebase conformity. It checks changes against existing patterns and aggregates violations into a severity-ranked summary.

Do I need any dependencies to run automated bug hunting on code changes?

No dependencies are required to run automated bug hunting on code changes. The skill operates independently by launching parallel subagents to inspect provided diffs or pull requests and aggregating their findings into a structured report.