AI PR Review Agent — AI skill for Claude Code
Production-grade AI Pull Request Review Agent — LangGraph + ARQ + FastAPI.
How to install AI PR Review Agent
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ayush488-glitch/ai-pr-review-agent and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI PR Review Agent does
Production-grade AI Pull Request Review Agent — LangGraph + ARQ + FastAPI.
Alternatives in AI
- Claude Code Configs — A comprehensive collection of production-grade Claude Code configurations, specialized agents, and automation 624 ★
- Claude Hub — by Claude Did This - A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered c 393 ★
- Multi Agent AI System — Building a Multi-Agent AI System with LangGraph and LangSmith 374 ★
README
AI PR Review Agent
A production-grade, open source AI Pull Request Review Agent. A developer opens a PR. A webhook fires. Four specialist sub-agents run in parallel — security, code quality, test coverage, docs. Each one reasons over the diff plus codebase context retrieved via semantic search. An aggregator merges findings into a single structured review and posts it back to the PR. Low-confidence findings route to a human approval queue.
Every phase has a gate: tests pass, evals pass, a written checkpoint before the next phase begins.
What It Does
- Receives a GitHub PR webhook
- Runs 4 parallel specialist sub-agents: security, quality, test coverage, docs
- Each agent reasons about its domain using the PR diff + codebase context (RAG via pgvectorscale)
- Posts structured review comments back to the GitHub PR
- Routes low-confidence findings to a human approval queue (HITL)
- Every agent action, LLM call, and decision is recorded in a Tiger Cloud hypertable
- Real-time cost and latency dashboards powered by Tiger continuous aggregates
- Learns from merged vs rejected reviews over time
Data Layer — Tiger Cloud (TimescaleDB)
Most AI projects end up juggling three separate stores: a vector DB for RAG, a time-series store for traces, and Postgres for structured data. This project uses [Tiger Cloud](https://tigerdata.com) — a managed TimescaleDB instance — to collapse all three into one Postgres database.
One connection pool. One backup policy. One place to reason about the data.
Three roles, one database
| Layer | Tiger Feature | What it does |
|---|---|---|
| Semantic memory | pgvectorscale DiskANN | Stores chunked code, ADRs, and prior reviews. 4 specialist agents query it for context on every PR. Replaces Qdrant entirely. |
| Agent events | Hypertables | Every span, LLM call, tool call, and decision lands in one time-ordered table: agent_events. Powers the trace viewer, audit trail, and cost ledger. |
| Live dashboards | Continuous |
Related Skills
Sourceant
Persistent memory for AI coding agents: decisions, rules, API contracts, and system topology served over MCP t
Quorum Review
Cross-model pull request review on Gemini Enterprise Agent Platform. Gemini and Claude read each diff independ
Enterprise IT Support Agentic RAG Copilot With Evals And Safety
n end-to-end Forward Deployed Engineer (FDE) project that turns a notebook-style Agentic RAG workflow into a d
Code Agent
An AI Agent that operates on GitHub Actions. By using this action, you can directly invoke Coding Agent CLI fr
Mastering Langgraph Agent Skill
Build stateful AI agents and agentic workflows with LangGraph in Python. Covers tool-using agents, branching w
ProductsFactory
Autonomous AI dev factory: sandboxed Claude Code agents design, build, review, and ship features across repos
Related Agents
Agentic AI Reviewer
Code reviewer for Agentic AI services (Python 3.14, LangChain v1.2.8, LangGraph v1.0.7, FastAPI 0.135.2). Revi
Engineering Backend Developer
Expert Python backend developer specializing in FastAPI, Pydantic, async patterns, and production-grade API se
Agentic AI Specialist
Focused worker for the Python symptom-analysis service in agentic_ai/, including FastAPI routes, LangGraph orc