codexstar69/bug-hunter
Adversarial multi-agent pipeline that finds and auto-fixes bugs using a Hunter, Skeptic, and Referee working in concert.

Bug Hunter is a developer tool that works as a plugin for AI coding agents such as Claude Code, Cursor, and GitHub Copilot. It deploys three AI agents — a Hunter that finds bugs, a Skeptic that challenges each finding, and a Referee that delivers a final verdict — to reduce false positives in code review. Confirmed bugs are then auto-fixed using a safe canary rollout pipeline with git branching, test baselines, per-fix commits, and automatic rollback on failure.
Frequently asked
- What is codexstar69/bug-hunter?
- Adversarial multi-agent pipeline that finds and auto-fixes bugs using a Hunter, Skeptic, and Referee working in concert.
- Is bug-hunter open source?
- Yes — codexstar69/bug-hunter is open source, released under the MIT license.
- What language is bug-hunter written in?
- codexstar69/bug-hunter is primarily written in JavaScript.
- How popular is bug-hunter?
- codexstar69/bug-hunter has 450 stars on GitHub.
- Where can I find bug-hunter?
- codexstar69/bug-hunter is on GitHub at https://github.com/codexstar69/bug-hunter.