Skip to content

Optimal-AI/optibot-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ██████╗ ██████╗ ████████╗██╗██████╗  ██████╗ ████████╗
██╔═══██╗██╔══██╗╚══██╔══╝██║██╔══██╗██╔═══██╗╚══██╔══╝
██║   ██║██████╔╝   ██║   ██║██████╔╝██║   ██║   ██║   
██║   ██║██╔═══╝    ██║   ██║██╔══██╗██║   ██║   ██║   
╚██████╔╝██║        ██║   ██║██████╔╝╚██████╔╝   ██║   
 ╚═════╝ ╚═╝        ╚═╝   ╚═╝╚═════╝  ╚═════╝    ╚═╝   
          ── AI Code Review for Claude Code ──

MIT License Claude Code Plugin npm

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.

What is a Claude Code plugin? Claude Code plugins extend Claude's capabilities with new skills, tools, and integrations. Once installed, this plugin lets Claude run Optibot reviews on your behalf — just ask in natural language. Learn more about Claude Code plugins.

Installation

# Add the Optimal AI marketplace (one-time setup)
claude plugin marketplace add Optimal-AI/optibot-skill

# Install Optibot
claude plugin install optibot@optimal-ai

Installing Optibot on Claude Code

Getting Started

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 →

Requirements

What It Does

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 .patch or .diff file
  • Manage API keys — create, list, and delete keys for CI/CD
  • Fix issues — Claude reads the review feedback and offers to apply fixes directly

Usage

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

Authentication

Interactive — run optibot login to authenticate via browser (90-day token).

CI/CD — set OPTIBOT_API_KEY=optk_... as an environment variable.

CI/CD Integration

# GitHub Actions
- name: Optibot Review
  env:
    OPTIBOT_API_KEY: ${{ secrets.OPTIBOT_API_KEY }}
  run: npx optibot review -b main

Uninstalling

claude plugin uninstall optibot

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

Links

License

MIT — see LICENSE for details.
Copyright (c) 2026 Optimal AI, Inc.

About

Optibot Claude Skill

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors