[PR #534] [CLOSED] Add claude-pr-reviewer: GitHub Action + CLI for AI-powered PR reviews #14595

Closed
opened 2026-07-12 22:30:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/534
Author: @indoor47
Created: 2/25/2026
Status: Closed

Base: mainHead: add-claude-pr-reviewer


📝 Commits (1)

  • 4dac0f4 Add claude-pr-reviewer: GitHub Action + CLI for AI-powered PR reviews

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this?

indoor47/claude-pr-reviewer — A GitHub Action + CLI tool that uses Claude AI (Anthropic) to automatically review pull requests, post inline comments via the PR Reviews API, and report token costs.

Key features

  • Dual mode: GitHub Action (auto-posts review comments on PRs) + CLI (stdout output)
  • Uses Anthropic Claude models (Sonnet default, Opus/Haiku configurable)
  • Posts inline file-level comments via GitHub PR Reviews API
  • Configurable strictness levels: lenient / balanced / strict
  • Reports token costs per review
  • Zero dependencies — pure Python 3.8+ stdlib only

Why it fits here

This repo collects practical LLM apps. claude-pr-reviewer is a real-world developer tool that applies Claude to a concrete engineering workflow (code review), ships as a reusable GitHub Action, and requires no external libraries to run.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/534 **Author:** [@indoor47](https://github.com/indoor47) **Created:** 2/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-claude-pr-reviewer` --- ### 📝 Commits (1) - [`4dac0f4`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/4dac0f45894d89a149f5e3240e92d573f12102b1) Add claude-pr-reviewer: GitHub Action + CLI for AI-powered PR reviews ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this? **[indoor47/claude-pr-reviewer](https://github.com/indoor47/claude-pr-reviewer)** — A GitHub Action + CLI tool that uses Claude AI (Anthropic) to automatically review pull requests, post inline comments via the PR Reviews API, and report token costs. ## Key features - Dual mode: GitHub Action (auto-posts review comments on PRs) + CLI (stdout output) - Uses Anthropic Claude models (Sonnet default, Opus/Haiku configurable) - Posts inline file-level comments via GitHub PR Reviews API - Configurable strictness levels: lenient / balanced / strict - Reports token costs per review - Zero dependencies — pure Python 3.8+ stdlib only ## Why it fits here This repo collects practical LLM apps. claude-pr-reviewer is a real-world developer tool that applies Claude to a concrete engineering workflow (code review), ships as a reusable GitHub Action, and requires no external libraries to run. ## Links - Repo: https://github.com/indoor47/claude-pr-reviewer - Action: available in GitHub Actions marketplace (`.github/workflows/` usage) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-12 22:30:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#14595