Skip to content

hermes reviewer

Hermès Agent edited this page May 13, 2026 · 1 revision

hermes-reviewer

GitHub App — AI-powered automatic code review for pull requests.

Setup

  1. Go to hermes-reviewer GitHub App
  2. Click "Install"
  3. Select repositories to enable
  4. Done! PRs will now get automatic AI reviews.

How It Works

  1. A Pull Request is opened
  2. hermes-reviewer receives webhook event
  3. AI analyzes the code changes
  4. Review comments are posted automatically

Features

  • Automatic Review: No configuration needed
  • AI-Powered: Uses Claude/MiniMax for code analysis
  • Multi-Language: Supports all major programming languages
  • Configurable: Via .github/hermes-reviewer.yml

Configuration

Create .github/hermes-reviewer.yml:

review:
  enabled: true
  model: "claude-sonnet-4"
  comment_style: "friendly"

Pricing

Free for open-source repos. Enterprise pricing coming soon.

Clone this wiki locally