Automated Code Review Agent using Fine-Tuned CodeLLM & Static AST
Autonomous GitHub PR reviewer combining tree-sitter AST syntax validation with quantized LLM contextual bug and performance suggestions.
Project Overview
Integrates with GitHub webhooks to inspect incoming pull requests. Combines static syntax verification using Tree-sitter with local quantized CodeLlama inference to identify logical anti-patterns, race conditions, and unhandled edge cases with line-by-line review comments.
Integrates with GitHub webhooks to inspect incoming pull requests. Combines static syntax verification using Tree-sitter with local quantized CodeLlama inference to identify logical anti-patterns, race conditions, and unhandled edge cases with line-by-line review comments.
Autonomous GitHub PR reviewer combining tree-sitter AST syntax validation with quantized LLM contextual bug and performance suggestions.