frank-d-stein/PR Sentinel
Automatically scores incoming pull requests for quality, flags AI-generated slop, and surfaces a review-readiness rating
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key for AI-powered scoring pass | no | "" |
| github-token | GitHub token for API access | no | ${{ github.token }} |
| min-score | Minimum score threshold (0–10) for a passing status check | no | 6.0 |
| block-on-fail | Set a failing commit status when score is below the threshold | no | false |
| label-prs | Apply quality labels to PRs | no | true |
| config-path | Path to the PR Sentinel configuration file | no | .github/pr-sentinel.yml |
Outputs
| name | description |
|---|---|
| score | Overall PR quality score (0–10) |
| passed | Whether the PR passed the minimum score threshold |