Docs
Getting started
MicroReview reviews every pull request the moment it opens — bugs, secrets, and a 0–100 risk score. Setup is three steps and about thirty seconds.
Install the GitHub App
One click from the GitHub Marketplace — pick the repos you want reviewed. No YAML required, no server to run. GitLab users: sign in and enable repos from onboarding instead.
Open a pull request
Static rules, 13 secret patterns, SAST checks and AI analysis all run on the diff the moment the PR opens. The AI pass reads the full changed files and the local files they import, so it doesn't flag things that are already defined.
Read the score
Every PR gets a 0–100 risk score as a comment and a GitHub check. Clean PRs auto-approve; critical findings block the merge until resolved. Tune both thresholds per repo in .microreview.yml.
Reference
.microreview.yml
Every configuration option with defaults — AI review, languages, security, custom rules, merge gates, monorepos and org-wide config.
PR commands
Comment /microreview recheck to re-run a review, /microreview ignore <rule> to dismiss a finding, or /microreview help for everything else.