
A Claude Code plugin that brings Optibot AI-powered code reviews directly into your coding workflow. Optibot catches production-breaking bugs, surfaces business logic issues, and strengthens security — all without leaving Claude Code.
Getting Started
Optibot Plugin for Claude Code
A Claude Code plugin that brings Optibot AI-powered code reviews directly into your coding workflow. Optibot catches production-breaking bugs, surfaces business logic issues, and strengthens security — all without leaving Claude Code.
Requirements
-
An Optibot account (free to start)
Installation Options
Option 1: Inside a Claude Code Session (VS Code or Terminal)
-
Type
/pluginin the Claude Code chat to open the Plugin Manager UI -
Navigate to the Marketplace tab
-
Add the Optibot marketplace repo:
Optimal-AI/optibot-skill -
Go to the Discover tab
-
Find Optibot and press Enter to install
-
Run
/reload-pluginsto activate it

Option 2: CLI (Terminal)
Note: These commands are run in your regular terminal, not inside a Claude Code session.
Add the marketplace:
claude plugin marketplace add Optimal-AI/optibot-skill
Install the plugin:
claude plugin install optibot@optimal-ai
Verifying the Installation
After installing, run /reload-plugins inside your Claude Code session to load the plugin. You can confirm it's active by typing /help and looking for Optibot commands.
Logging in
Authenticate with your Optibot account:
optibot login
Then open Claude Code and say "review my changes" — you're good to go.
Don't have an account? Sign up free →
How it works
Once installed, Claude Code can:
-
Review your code — just say "review my changes" and Claude runs the review for you
-
Compare branches — "review my branch against main" triggers a branch diff review
-
Review patch files — point it at any
.patchor.difffile -
Manage API keys — create, list, and delete keys for CI/CD
-
Fix issues — Claude reads the review feedback and offers to apply fixes directly
How to use Optibot with Claude
After installing the plugin, just ask Claude naturally:
What you say | What happens
"review my changes" | Reviews uncommitted local changes
"review my branch" | Compares current branch against main
"review this diff" | Reviews an arbitrary patch file
"set up optibot" | Walks you through auth setup
"create an API key for CI" | Creates and displays a new API key
Uninstalling
claude plugin uninstall optibot