datarootsio/Nitpick Senior
Um, actually... AI-powered code review that catches what you missed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 14, 2026
- License
- MIT
Pinned Snippet
uses: datarootsio/nitpick-senior@4a508e8e50b5c5a7997da88ea55f44f4db5c89c6 # v0.1.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | Git provider (github, azure_devops, gitlab, bitbucket). Auto-detected if not specified. | no | "" |
| token | Authentication token for the Git provider | no | "" |
| github_token | GitHub token for PR access (backward compatible alias for token) | no | "" |
| llm_provider | LLM provider (openai, anthropic, google, azure, azure_foundry_anthropic, azure_foundry_openai, openrouter) | yes | — |
| model | Model name (e.g., gpt-4o, claude-sonnet-4-6, gemini-2.5-flash) | yes | — |
| agent_spec_path | Path to agent spec file defining review behavior | no | .github/ai-reviewer.md |
| post_summary | Post PR summary comment | no | true |
| post_inline_comments | Post inline code review comments | no | true |
| max_comments | Maximum inline comments to post | no | 10 |
| min_severity | Minimum severity to post (error, warning, info) | no | warning |
| resolve_outdated | Resolve outdated review comments from previous runs | no | true |
| context_enabled | Include repository context (README, imported files) in review | no | true |
| context_max_tokens | Maximum tokens for repository context | no | 5000 |
| static_analysis_file | Path to semgrep JSON output file for static analysis findings | no | "" |
Outputs
no outputs