Skip to content

feat: Code Review Agent — agentic PR analyzer for bugs, security, and style #85

Description

@soumik15630m

Summary

A new agentic kit that performs AI-powered code reviews on GitHub Pull Requests using Lamatic Flows.

What it does

  • Takes a GitHub owner, repo, and PR number as input
  • Fetches the real PR diff via GitHub REST API
  • Runs three parallel AI analyses: bugs, security vulnerabilities, and style issues
  • Returns structured results with severity levels and a summary

Tech

  • LLM: Groq (llama-3.3-70b-versatile) — free tier
  • Flow: Multi-step Lamatic agentic flow
  • Frontend: Next.js 15

Live Demo

https://agent-kit-stk.vercel.app

I'd like to work on this and submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions