code-review

Run parallel code reviews across OpenAI, Gemini, and Claude models.

1|1|Updated May 1, 2025
One-click install
npx skills add https://github.com/jimweller/dotfiles --skill code-review-jimweller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jimweller/dotfiles/tree/main/dotfiles/claude-code/skills/code-review
Command: npx skills add https://github.com/jimweller/dotfiles --skill code-review-jimweller

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of getting code reviews from multiple AI models simultaneously, providing a comprehensive analysis of code quality, security, and more.

Core Features & Use Cases

  • Parallel Reviews: Initiates code reviews using OpenAI, Gemini, and Claude models concurrently.
  • Comprehensive Analysis: Covers security, architecture, SOLID principles, correctness, testing, operations, performance, and code quality.
  • Use Case: Before merging a significant code change, run this Skill to get diverse AI perspectives on potential issues, ensuring higher code quality and fewer bugs.

Quick Start

Use the code-review skill to review the current repository.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run AI code reviews across multiple models like Claude and Gemini?

To run AI code reviews across multiple models, this Skill launches parallel reviews using OpenAI, Gemini, and Claude concurrently. It utilizes the opencode CLI and repomix to package your code and analyze security, architecture, and correctness.

What aspects of code quality are analyzed during an AI code review?

An AI code review analyzes security, architecture, SOLID principles, correctness, testing, operations, performance, and overall code quality aspects. It generates consolidated review reports per model and synthesizes cross-model findings.

Can I use opencode CLI to get parallel code reviews from different AI providers?

Yes, you can use this Skill with the opencode CLI to get parallel code reviews from different AI providers. It concurrently initiates reviews using OpenAI, Gemini, and Claude to provide diverse perspectives on your code.

What is the best way to compare code review results from different AI models?

The best way to compare code review results from different AI models is using this Skill's cross-model synthesis feature. It generates consolidated review reports per model and synthesizes the findings into a comprehensive analysis.

Do I need repomix to package my repository for AI code reviews?

Yes, repomix is utilized by this Skill to package your code for AI code reviews. It prepares the repository content so that OpenAI, Gemini, and Claude can analyze security, performance, and architecture effectively.