
Configuration
- Code review is enabled by default on every linked repo. Toggle per-repo in Settings โ Repos.
- Change the default for newly linked repos in Settings โ Repos > Defaults.
Manual Triggers
Comment โ@macroscope-app reviewโ on any PR to trigger a review, even if code review is disabled for that repo.Severity Levels
Each comment is labeled with a severity:- CRITICAL: data loss, security breach
- HIGH: production crashes, security degradation
- MEDIUM: broken functionality (recoverable)
- LOW: cosmetic, edge-case issues
Labels
- Always-review labels: trigger code review even when automatic review is disabled. Configure in Settings โ Repos.
- Skip labels: prevent review and PR summaries, even when automatic review is enabled. Skip labels take precedence over always-review labels. Configure in Settings โ Repos.
Comment Resolution Tracking
Comments link to the commit where they were resolved. Macroscope automatically re-evaluates when new code is pushed.Check Run Status
When issues are found, the GitHub check run completes withNEUTRAL instead of SUCCESS. Check run details show per-file exclusion reasons (file type, size, skip patterns).