Crbuddy — Development skill for Claude Code
Run independent Claude Code, Codex, and Gemini code reviews in parallel and write one handoff for your coding agent.
How to install Crbuddy
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open cozuya/crbuddy and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Crbuddy does
Run independent Claude Code, Codex, and Gemini code reviews in parallel and write one handoff for your coding agent.
Alternatives in Development
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
- Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
README
crbuddy
Independent multi-model code review for Claude Code, OpenAI Codex, and Gemini CLI.
crbuddy runs code reviews across multiple coding-agent CLIs in parallel, keeps the reviewers blind to one another, and writes one handoff for the coding agent or human making the fixes.
If Claude Code wrote your change and you want Codex and Gemini to review it independently - or Codex wrote it and you want a second opinion from Claude Code - crbuddy turns that cross-model review workflow into one command.
Quick start
npm i -g crbuddy
crb init
crb go
`crb init` interactively creates global or per-repository configuration. `crb go` runs the configured review panel and blocks until it finishes.
What it does
- Runs independent code-review lanes in parallel using the coding-agent CLIs you already have installed and authenticated.
- Supports Claude Code, Codex CLI, and Gemini CLI.
- Uses a vendor's native code-review operation when crbuddy has a supported headless native path and you have not supplied custom instructions.
- Keeps reviewers independent: one reviewer does not see another reviewer's output.
- Optionally groups findings that appear to describe the same defect without letting the consolidator reject, rewrite, or delete findings.
- Writes
CODE-REVIEW-HANDOFF.mdfor the agent or human that will act on the reviews. The raw unmerged reviews are preserved when consolidation is enabled.
This is useful when you want independent code review, cross-model code review, or a second opinion from another model family without manually opening several coding-agent harnesses, prompting each one, collecting the outputs, and assembling a handoff.
crbuddy is a local CLI, not a hosted AI service. It holds no model credentials and uses your existing Claude Code, Codex, and Gemini CLI authentication and entitlements.
`crb init` / `crb config` can optionally enable ntfy push notifications when a `crb go` review finishes. Notifications default to off and apply a
Related Skills
App Intents Agent Skill
Agent skill that helps Claude Code, Codex, Gemini, and Cursor write correct Swift App Intents code for Siri, S
Tempest
Agentic Engineering that actually scales. Run Claude Code, Codex, Gemini and any other CLI Agents in parallel
Herdr Catchup
Cross-agent coding-session handoff for herdr: from a live pane, summarize, fork, or hand a Claude Code, Codex,
Resume From
Continue coding sessions across Pi, Claude Code, and Codex with a preview-first native handoff.
Coding Skill
Portable TDD-first coding-agent skill for Codex and Claude Code: clarify behavior first, write RED tests, impl
Warpforge
Local-first desktop command center for Claude Code, Codex, OpenCode, and other coding agents—parallel tasks, w
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode
Force Runner
Run AI model tasks in background via The Force. Use when user wants parallel work with GPT-5.2, Gemini, Codex,