fixbugs-app
GitHub App
fixbugs-app
GitHub App
Github Short Description
An interactive bot that analyzes bugs, fixes them and then validates the fixes.
To get started with the app, install fixbugs-app for a repository, and comment fixbugs on any issue.
Current capabilities:
- RCA bugs after examining all available context.
- Reproduce the bug.
- Generate PR to fix the bug.
- Validate that the PR indeed fixes the bug.
- Implement Feature Requests.
- Multi-agent code review.
Github Detailed Description
Asynchronous Debugging Agent
FixBugs is a debugging agent that ingests an issue, correlates logs and codebase context, generates RCA, reproduces the bug, and proposes verified code changes.
Commands
+----------------------+
| Command parser |
+----------------------+
| |
| +--> audit commands
| fixbugs-repro / validate / review / address-review
|
+--> standard commands
fixbugs / fixbugs-pr
Activate FixBugs on any issue using these commands in a comment:
fixbugs <optional guidance>- Generate a fresh fix. Don't open a PR.fixbugs-pr <optional guidance>- Generate a fresh fix, open a PR.fixbugs-repro <optional guidance>- Generate bug reproduction, including setup, run steps, and the test case.fixbugs-validate <optional FixBugs-generated PR URL> <optional guidance>- Validate that the latest generated fix, or a FixBugs-generated PR, actually fixes the bug.fixbugs-review <optional PR URL> <optional guidance>- Multi-agent review of the latest fix or a same-repository PR.fixbugs-address-review <optional PR URL> <optional guidance>- Address review findings. FixBugs-generated PRs are updated; external PRs get a copy-paste patch.
Label based auto-triage trigger
Add the fixbugs label to your issue to trigger the auto-fix workflow.
Permissions Required
- Repository Content (Read/Write)
- Issues (Read/Write)
- Pull Requests (Read/Write)
- Commits (Read)
Privacy & Security
- Data Privacy: Compliant with GDPR, CCPA, and DPDP Act.
- No Code Storage: Your repository contents are only kept until necessary for processing.
- Zero Data Retention APIs: LLM APIs used are ZDR enabled and opted-out of training.
Support & Contact
- Website: https://fixbugs.ai
- Email: contact@fixbugs.ai
- Privacy: kirtivr@fixbugs.ai
Try It!
- 1000+ fixes generated across hundreds of repositories
- Loved by developers
No credit card required for the Free plan.
Developer
fixbugs-app is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Report abuse