npx claudepluginhub ricardonunez-io/bugbot-loopResolve Cursor Bugbot PR comments in a loop until all are addressed
bugbot-loopClaude Code plugin that resolves Cursor Bugbot PR comments in a loop.
First, in Claude Code run:
/plugin marketplace add ricardonunez-io/bugbot-loop
Then run:
/plugin install bugbot-loop@bugbot-loop
On a PR branch with Bugbot comments:
/bugbot-loop:run
Set max iterations:
/bugbot-loop:run --max-iterations=5
Skip mode prompt:
/bugbot-loop:run --auto
/bugbot-loop:run --manual
gh api graphqlgh repo viewgh pr viewgh pr checkssleep shell commandUses the gh CLI with some predefined GraphQL queries to look for unresolved comments left by Bugbot.
Once it finds the unresolved comments, it addresses them by either fixing the bugs or ignoring them if they're invalid reports, marking the comment as resolved after (only in auto-commit mode after pushing).
/plugin uninstall bugbot-loop@bugbot-loop
/plugin marketplace remove bugbot-loop