← Back to projects

AI-powered PR Review Agent

Built a RAG-based code review agent that uses AST-based chunking to understand code structure and semantic analysis to provide relevant, contextual feedback on pull requests. The system analyzes code changes, retrieves relevant context from the codebase, and generates inline suggestions that help developers catch issues early.