HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alexandersucala

no profile record

Submissions

Show HN: I made a AI Code Review tool that knows how your company works

matrixreview.io
5 points·by alexandersucala·4 maanden geleden·1 comments

[untitled]

1 points·by alexandersucala·5 maanden geleden·0 comments

comments

alexandersucala
·5 maanden geleden·discuss
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.

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.