Autofix PRs
When you connect a GitHub repo to your auralog project, Claude doesn’t just analyze errors — it can open a pull request with the fix.
How it works
Section titled “How it works”- An error is detected and analyzed.
- Claude reads the relevant source code from your repository.
- It identifies the root cause and generates a code fix.
- auralog opens a pull request on your repo with the changes.
The PR includes:
- A clear title describing the fix
- A description with the error context and what was changed
- The minimal code diff to resolve the issue
Connecting your GitHub repo
Section titled “Connecting your GitHub repo”- Go to your project Settings on the dashboard.
- Under GitHub Integration, click Install GitHub App.
- Select the repository you want to connect.
- auralog installs the
auralog-autofixGitHub App with access to that specific repo only.
Dedup protection
Section titled “Dedup protection”auralog tracks open autofix PRs to avoid creating duplicate fixes for the same error. If an error has already triggered a PR that’s still open, subsequent occurrences won’t generate another one.
Review before merge
Section titled “Review before merge”Autofix PRs are opened for your review — they are never auto-merged. Treat them like any PR from a teammate: review the changes, run your CI, and merge when you’re satisfied.