optimus:code-review

Review uncommitted code changes with parallel AI agents for bugs and vulnerabilities.

70|13|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/oprogramadorreal/optimus-claude --skill optimus-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimus:code-review
Source: https://github.com/oprogramadorreal/optimus-claude/tree/main/skills/code-review
Command: npx skills add https://github.com/oprogramadorreal/optimus-claude --skill optimus-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, ensuring adherence to project guidelines and identifying potential bugs or security vulnerabilities before they are committed.

Core Features & Use Cases

  • Local-first Review: Analyzes uncommitted changes by default, providing immediate feedback.
  • Multi-Agent Analysis: Utilizes up to 6 parallel AI agents to cover bugs, security, logic, guideline compliance, code simplification, and test coverage.
  • Project-Aware: Evaluates code against project-specific documentation like coding-guidelines.md and testing.md.
  • Use Case: Before committing a new feature, run /optimus:code-review to get a comprehensive AI-driven assessment of your changes against your team's established standards.

Quick Start

Use the optimus:code-review skill to review your local uncommitted changes.

Frequently Asked Questions about optimus:code-review

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

FAQPage Schema
How do I review uncommitted git changes for bugs and security vulnerabilities?

To review uncommitted git changes for bugs and security vulnerabilities, run a local-first AI code review that analyzes your working directory against project guidelines to provide actionable findings and suggested fixes.

Can AI code review check my code against project-specific documentation?

Yes, AI code review can evaluate your code against project-specific documentation like coding-guidelines.md and testing.md to detect guideline violations and ensure adherence to team standards.

What is the best way to automate code analysis before a git commit?

The best way to automate code analysis before a git commit is using a multi-agent AI assistant that runs up to six parallel evaluations covering security, logic errors, and test coverage on your local changes.

Does AI code review work for both local development and PR reviews?

Yes, AI code review works for both local development workflows and PR/MR reviews by analyzing uncommitted changes and providing confidence levels alongside suggested fixes for identified issues.

How do multi-agent AI assistants detect logic errors in code?

Multi-agent AI assistants detect logic errors by running parallel analysis agents that evaluate code changes against project guidelines, identifying potential bugs and providing actionable findings with confidence levels.