Nuntius

A GitHub App that reviews pull requests using Gemini. Install once, use across repos.

Install

Install the app from the GitHub Marketplace and choose the repositories you want it to review. No configuration files required.

The app uses read access for pull requests and contents. If you enable authoring, it uses write access to apply suggestions and merge.

Review

When a pull request is opened or updated, Nuntius analyzes the diff and posts feedback on quality, maintainability, and security. You can request a fresh review at any time.

/analyze        Standard review
/analyze --force-review    Repost inline suggestions

Suggestions

When authoring is enabled, Nuntius can apply code suggestions directly to the pull request branch.

/apply

This command requires write or admin access on the repository.

Merge

Merge pull requests with a comment. Supported strategies:

/merge    Create a merge commit
/squash   Squash and merge
/rebase   Rebase and merge

Control

Auto-analysis can be paused per pull request when a thread becomes noisy.

/pause     Stop auto analysis on new commits
/resume    Re-enable auto analysis
/status    Show current analysis state

Found something unexpected? Report an issue.