By thanhhaudev
AI code review for Claude Code via KizunaX or any OpenAI-compatible provider.
Adversarial code review (skeptic stance, attack surface, failure modes)
Cancel a running Kizunax review job (SIGTERM the worker)
Render the result of a finished Kizunax review job
Review code changes via Kizunax (working tree, branch diff, commit, or paths)
Configure Kizunax via a local web form (browser)
Run AI code reviews in Claude Code via KizunaX or any other OpenAI/Anthropic-compatible endpoint.
git, curljq or python3macOS / Linux:
git clone https://github.com/thanhhaudev/kizunax-plugin-cc.git
cd kizunax-plugin-cc
./install.sh
Windows (PowerShell):
git clone https://github.com/thanhhaudev/kizunax-plugin-cc.git
cd kizunax-plugin-cc
.\install.ps1
The script downloads the pre-built binary, falls back to go build if no matching binary is published, and patches settings.json for Claude Code. Restart Claude Code if it is already running.
Open Claude Code and run:
/kizunax:setup
It asks for provider (openai or anthropic), base URL, model, and API key. The answers are saved to ~/.kizunax/config.json (%USERPROFILE%\.kizunax\config.json on Windows).
| Command | What it does |
|---|---|
/kizunax:review | Review code changes (working tree by default) |
/kizunax:adversarial-review | Review with a skeptic stance focused on attack surface and failure modes |
/kizunax:status | List background review jobs |
/kizunax:result <id> | Print the result of a finished job |
/kizunax:cancel <id> | Cancel a running background job |
/kizunax:setup | Re-configure provider, model, or API key |
Each command accepts flags. See plugins/kizunax/commands/ for details.
macOS / Linux:
./uninstall.sh
Windows (PowerShell):
.\uninstall.ps1
The script removes the plugin entries from settings.json and deletes the binary. Your config and job history under ~/.kizunax/ (%USERPROFILE%\.kizunax\ on Windows) are left in place - delete them by hand if you want a full reset.
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub thanhhaudev/kizunax-plugin-cc --plugin kizunaxMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns