kscorrales/nitpr
Config-first AI code reviewer. Runs only the rules you write, nothing else.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token with `pull-requests: write` permission. Default: ${{ secrets.GITHUB_TOKEN }}. | yes | ${{ github.token }} |
| post-comment | Whether to post the review summary as a PR comment. Set to false to only set Action outputs. | no | true |
Outputs
| name | description |
|---|---|
| total-cost-usd | Total USD cost of all AI calls in this run (6 decimals). |
| total-input-tokens | Total input tokens consumed. |
| total-output-tokens | Total output tokens consumed. |
| blocking-findings | Count of findings at a severity listed in policy.block_merge_on. The job fails when this is non-zero. |
| json | Full review summary as a JSON string (same schema as `nitpr review --format json`). |