ndlovu-code-reviewer
JSON →Manual code reviews are time-consuming and often miss the opportunity to combine static analysis with contextual, human-friendly feedback. This project was created to experiment with MCP tooling that gives AI assistants access to a purpose-built reviewer. Uses the Gemini cli application to process the reviews at this time and linting only for typescript/javascript apps at the moment. Will add API based calls to LLM's in the future and expand linting abilities. It's also cheaper than using coderabbit ;)
Tools · 1
- review-local-changes Performs comprehensive analysis of local, uncommitted code changes by gathering git diff output and linter findings, then sends the combined context to Gemini CLI for intelligent analysis. Returns a structured JSON review with findings and recommendations.
Links
★ 2 GitHub stars