How Bug Detection Works

Macroscope reviews every pull request for quality and correctness. When Macroscope spots a bug, it will:
  1. Add a GitHub comment — describing the issue in clear language, referencing the exact code, and explaining the potential impact.
  2. Suggest a fix — proposing a diff that can be applied to fix the bug.
Engineers can give feedback to Macroscope’s suggestions with 👍 or 👎 reactions — this feedback helps Macroscope improve code review.
Feedback appears as a standard review comment in GitHub, alongside comments from human reviewers. You can engage and converse with Macroscope directly on GitHub. Bug Finding and Fixing