nardbagel/PR Comment Analysis
Analyzes PR diffs and adds relevant comments using an LLM, with awareness of PR context including descriptions and comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| repo-name | Target repository name (owner/repo) | no | ${{ github.repository }} |
| pr-number | Pull request number to analyze | yes | — |
| llm-api-key | API key for the LLM service | yes | — |
| comment-rules | String containing custom instructions for PR reviews | no | "" |
| exclude-files | Comma-separated list of glob patterns for files to exclude from analysis (e.g. '*.md,test/**/*') | no | "" |
| log-level | Logging level (debug, info, warn, error) | no | info |
| llm-provider | LLM provider to use (openai or anthropic) | no | openai |
| llm-model | Specific model to use | no | "" |
Outputs
no outputs