One-click install
npx skills add https://github.com/leighmcculloch/dotfiles --skill review-leighmcculloch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/leighmcculloch/dotfiles/tree/main/files/config/opencode/skills/review
Command: npx skills add https://github.com/leighmcculloch/dotfiles --skill review-leighmcculloch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates code reviews by coordinating multiple AI models to concurrently evaluate changes, increasing review coverage and speed.

Core Features & Use Cases

  • Concurrent multi-model reviews surface more issues than a single model.
  • Synthesis and optional PR comment generation provide a concise, actionable summary.
  • Safe delegation to subagents ensures the workflow steps are executed without manual intervention.

Quick Start

Instruct the system to provide the target diff (PR or file) and initiate the three-model review workflow.

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 using multiple AI models concurrently?

Concurrent AI code reviews coordinate multiple models to evaluate diffs simultaneously, increasing review coverage and speed while synthesizing results into an actionable summary. This workflow surfaces more quality issues than relying on a single model.

What is the best way to run an AI code review on a pull request diff?

AI code review on a pull request diff works by applying automated concurrent evaluations across changes, generating synthesized results and optional PR comments. Provide the target diff to the system to initiate the multi-model review workflow.

Can I use automated code review on staged changes or specific files instead of a PR?

Automated code review supports standalone reviews by applying concurrent multi-model evaluations directly to staged changes or specific files. This enables flexible workflows beyond standard pull requests without requiring a full PR context.

How does concurrent processing improve code quality detection during code review?

Concurrent processing improves code quality detection by running multiple AI models simultaneously against the same diff, identifying a broader range of issues. Safe delegation to subagents ensures these workflow steps execute without manual intervention.

Does the multi-model code review workflow generate comments directly on pull requests?

Multi-model code review provides optional PR comment generation, synthesizing concurrent evaluations into a concise, actionable summary posted directly to the pull request. This streamlines feedback integration for developers.

Do I need to manually intervene when delegating code review steps to AI subagents?

Delegating code review steps to AI subagents requires no manual intervention, as the workflow safely coordinates concurrent model evaluations autonomously. The system synthesizes the delegated results and presents them directly to the user.