Skip to content

v0.3.2

Choose a tag to compare

@tkoehlerlg tkoehlerlg released this 13 May 14:36
· 28 commits to main since this release

First public release of coderabbit-threads.

A Claude Code skill that walks every open CodeRabbit review thread on a PR and replies to each one conversationally. Your agent triages each thread, fixes what it can and commits, pushes back when CodeRabbit is wrong, asks you only on judgment calls, and resolves only once CodeRabbit agrees. So you stop being the copy-paster between CodeRabbit and your agent.

This is the multi-round conversational counterpart to the official coderabbit:autofix skill, which applies proposed diffs and posts one summary comment. Reach for coderabbit-threads when you want to acknowledge, push back, or explicitly defer suggestions thread by thread.

The friction point

Most coding agents don't push back on CodeRabbit themselves. They apply whatever it suggests or punt the decision back to you, which turns you into the copy-paster between CodeRabbit and your agent: reading each claim, deciding whether to act, dictating each reply, then handing it back. You're a developer, not a relay. coderabbit-threads evaluates CodeRabbit's claims the way you would, fixes what's worth fixing, and pushes back when CodeRabbit is wrong, so you only weigh in on the genuine judgment calls.

What it does

  • Per-thread replies, not a bulk PR comment. Resolving a thread means reacting to that thread.
  • Two modes. In together mode it pauses on every judgment call. In auto mode it fixes still-applies threads in code, commits, and posts Fixed in <sha> on its own.
  • Pushback on contested threads where CodeRabbit is technically wrong. The agent posts a confident Won't fix: <one-line reason> instead of folding.
  • Asks you only on the genuine judgment calls (unclear, bot-pushback, low-confidence contested).
  • Sticky approvals. One yes becomes the default for the rest of the run, so a 20-thread PR doesn't turn into 20 identical prompts.
  • Waits for CodeRabbit's reaction before resolving, so the bot can still push back inline.
  • Detects when CodeRabbit has been paused on a PR and offers to resume, run a one-time review, or skip straight to existing threads.

Install

/plugin marketplace add tkoehlerlg/coderabbit-threads
/plugin install coderabbit-threads@coderabbit-threads
/reload-plugins

Manual install and other agent runtimes (Copilot CLI, Codex CLI, Gemini CLI) are documented in the README.

Composes with coderabbit:autofix

Run coderabbit:autofix to land the easy wins, then coderabbit-threads to talk through what's left.