Docs
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.
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.
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.
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.
Every configuration option with defaults — AI review, languages, security, custom rules, merge gates, monorepos and org-wide config.
Comment /microreview recheck to re-run a review, /microreview ignore <rule> to dismiss a finding, or /microreview help for everything else.