noahlundsyrdal/PR Copilot AI
LLM-powered PR review that posts structured, actionable inline comments on your pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 3, 2026
- License
- MIT
Pinned Snippet
uses: noahlundsyrdal/prreviewer@9fe957707ed50c85eaa3102f21b1a279927e8a91 # v1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | API key for the LLM provider (OpenAI, etc.) | yes | — |
| github_token | GitHub token for posting review comments | no | ${{ github.token }} |
| model | LLM model identifier | no | gpt-4.1-mini |
| mode | Review mode: single (faster) or multi (deeper, multi-pass) | no | multi |
| base_url | OpenAI-compatible API base URL | no | https://api.openai.com/v1 |
| max_lines | Max diff lines per review chunk | no | 1200 |
| exclude | Glob patterns to exclude from review (comma-separated, e.g. "*.lock,docs/**") | no | "" |
| post_comments | Whether to post inline comments on the PR | no | true |
Outputs
no outputs