Bokuhe Claude Duet
bokuhe-claude-duet is a Claude Code plugin for the Ship phase that orchestrates AI code review between Claude Code and Gemini with apply and PR-oriented feedback.
Run AI code review where Claude Code and Gemini trade roles so you get a second model’s feedback before you apply fixes or open a PR.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install bokuhe-claude-duet@bokuhe/claude-duetBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:bokuhe/claude-duet") and the paste-ready config with skillselion.get_install_config("plugin:bokuhe/claude-duet").
What it does
bokuhe-claude-duet is a Claude Code plugin that advertises AI code review as a duet between Claude Code and Gemini, so two models stress-test the same diff instead of one pass-and-ship loop. Solo builders install it when they are in the ship phase and want richer review commentary, suggested applies, and PR-oriented feedback without standing up a full human review board. Metadata highlights review, duet, gemini, feedback, apply, and commitpr, which maps cleanly to pre-merge hygiene rather than idea research or growth analytics. You should plan for Gemini API or account access alongside Claude Code, and treat outputs as advisory until your own tests and security checks pass. It fits indie teams of one who still want a disciplined review ritual before launch.
Highlights
- AI code review duet pairing Claude Code with Gemini for complementary feedback
- Workflow hooks for apply, feedback, and commit/PR-oriented review cycles
- Community plugin from bokuhe/claude-duet with explicit review positioning
- Useful when a single-model review feels blind to style or logic gaps
- 1-plugin bundle focused on ship-time quality, not greenfield scaffolding
Why builders use it
One-model self-review lets obvious bugs and design smells slip through because the same assistant wrote and judged the code.
After install, you can run a duet review pass that surfaces Gemini-backed feedback and clearer apply/PR steps before you merge.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 3 stars, 0 votes.
FAQ
Who is bokuhe-claude-duet for?
It is for developers using Claude Code who want Gemini as a second opinion on diffs before apply, commit, or pull request.
When should I use bokuhe-claude-duet?
Use it right before merge or release when you want structured review, feedback, and optional apply flows instead of skimming your own changes.
How do I add bokuhe-claude-duet to my agent?
Install the bokuhe/claude-duet plugin in Claude Code, configure Gemini credentials per the repo README, then invoke the duet review flow on your branch or patch.
Comments
Share how you use bokuhe-claude-duet, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.