Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AI Code Reviewer
# PRowl

Open-source AI code review for GitHub PRs. Works with **any LLM provider**.
**The multi-agent PR reviewer that never misses a bug.**

Open-source, self-hostable GitHub Action. Works with **any LLM provider**.

## How It Works

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "AI Code Review Action"
description: "Perform code reviews using any LLM provider (OpenAI, Anthropic, Google, etc.) with TOON encoding for token efficiency."
name: "PRowl"
description: "The multi-agent PR reviewer that never misses a bug. Detects issues with a fast model, explains and fixes them with a smarter one. Works with any LLM provider."
inputs:
GITHUB_TOKEN:
description: "GitHub token to interact with the repository."
Expand Down
Loading