How Code Review works
Once enabled, Unblocked automatically reviews each open pull request when it’s created or updated. The AI analyzes code changes for potential bugs and issues, then posts inline code comments directly in your PR when issues are found. Reviews typically complete within three minutes, depending on the size of the changes. Binary files are automatically skipped to focus on reviewable code.Generated and vendored files
Unblocked automatically skips generated and vendored files so reviews stay focused on the code you actually maintain. It reads your repository’s.gitattributes and honors the same GitHub Linguist markers you may already use.
If a file is marked as generated or vendored, Unblocked leaves it out, reducing noise and avoiding comments on machine-produced or third-party code.
This includes common patterns like compiled assets, dependency files, and auto-generated documentation.
If you already use Linguist to tidy language stats or collapse large diffs on GitHub, you don’t need to change anything—Unblocked follows those signals.
Otherwise, you can add simple rules like:
Draft pull requests
By default, Unblocked does not review draft PRs. This allows you to work without receiving automated feedback until you’re ready. If you prefer to receive code reviews on draft PRs, you can enable this in your user preferences by turning on the Review my draft pull requests setting.Requesting a review or summary with @unblocked
You can ask Unblocked to review or summarize your PR by leaving a comment that mentions@unblocked with a natural language request,
for example: “@unblocked review this PR” or “@unblocked summarize this change.”
Unblocked will react to your comment with 👀 to confirm it’s running, then post its response when complete.
User preferences
Each developer can customize their code review experience from their personal preferences page. To update these settings, go to Settings > Personal Settings > Preferences.- Receive automated code reviews as comments on my pull requests — You can receive automated code reviews as comments on your pull requests. Turn this on or off to control whether you get automated feedback. When disabled, you won’t receive automated comments, but team-level reviews still run for other team members.
- Review my draft pull requests — If you want early feedback during development, enable review of your draft pull requests. Unblocked will review drafts in addition to regular PRs.
- Only comment when issues are found — To reduce notifications, you can choose to only receive comments when issues are found. In that mode, Unblocked doesn’t post summary comments on automatic review when everything looks good; it only comments when it identifies issues.
