CodeReview AI is a GitHub App that ingests your repo's documentation (security policies, style guides, architecture standards, contributing guidelines) and reviews every pull request against them.
Built to solve the context and onboarding gap of specific coding configurations dynamically in real time
Install it on a repo, it scans the file tree, finds and classifies your docs into sub docs of review gates (Security, Architecture, Style, Legal, Onboarding), and starts posting review comments on PRs as per those gates. Every finding cites the exact source document and line range. Findings are tagged DOCUMENT_BACKED or AI_SUGGESTION so you can tell what came from your rules vs. the model.
A hallucination verification pass re-reads every finding internally against the source before posting — if it can't prove it, the finding is dropped.
This is a novel and non-trivial architectural approach that is uncommon in standard AI apps, CodeReview AI utilizes over 10+ patented architectural AI frameworks in it's operations.
It's in beta and free. I'm looking for repos with rich documentation to test against, the more docs you have, the more helpful the output. Happy to answer questions about the architecture.
Built to solve the context and onboarding gap of specific coding configurations dynamically in real time
Install it on a repo, it scans the file tree, finds and classifies your docs into sub docs of review gates (Security, Architecture, Style, Legal, Onboarding), and starts posting review comments on PRs as per those gates. Every finding cites the exact source document and line range. Findings are tagged DOCUMENT_BACKED or AI_SUGGESTION so you can tell what came from your rules vs. the model.
A hallucination verification pass re-reads every finding internally against the source before posting — if it can't prove it, the finding is dropped.
This is a novel and non-trivial architectural approach that is uncommon in standard AI apps, CodeReview AI utilizes over 10+ patented architectural AI frameworks in it's operations.
Install link (GitHub App, takes ~2 min): https://github.com/apps/codereview-ai-dev
Landing page with more detail: https://alexandersucala.com/tools/codereview-ai.html
It's in beta and free. I'm looking for repos with rich documentation to test against, the more docs you have, the more helpful the output. Happy to answer questions about the architecture.