Skip to content

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.

  1. An error is detected and analyzed.
  2. Claude reads the relevant source code from your repository.
  3. It identifies the root cause and generates a code fix.
  4. 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
  1. Go to your project Settings on the dashboard.
  2. Under GitHub Integration, click Install GitHub App.
  3. Select the repository you want to connect.
  4. auralog installs the auralog-autofix GitHub App with access to that specific repo only.

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.

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.