cozuya

Crbuddy — Development skill for Claude Code

Development community

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.md for 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