kscorrales/nitpr

Config-first AI code reviewer. Runs only the rules you write, nothing else.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenToken with `pull-requests: write` permission. Default: ${{ secrets.GITHUB_TOKEN }}.yes${{ github.token }}
post-commentWhether to post the review summary as a PR comment. Set to false to only set Action outputs.notrue
namedescription
total-cost-usdTotal USD cost of all AI calls in this run (6 decimals).
total-input-tokensTotal input tokens consumed.
total-output-tokensTotal output tokens consumed.
blocking-findingsCount of findings at a severity listed in policy.block_merge_on. The job fails when this is non-zero.
jsonFull review summary as a JSON string (same schema as `nitpr review --format json`).