mof-malaysia/FiscalCR
AI-powered, model-agnostic code review for GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | LLM API key | yes | — |
| github_token | GitHub token for API access | no | ${{ github.token }} |
| provider | Model provider: openai-compatible | no | — |
| model | Model to use (overrides repo config when provided) | no | — |
| base_url | Base URL for the OpenAI-compatible provider API | no | — |
| user_agent | Custom User-Agent header for endpoints that whitelist clients | no | — |
| language | Review comment language (overrides repo config when provided) | no | — |
| fail_on | Fail the check on: critical, warning, never (overrides repo config when provided) | no | — |
| config_path | Path to config file (relative to repo root) | no | .fiscalcr-review.yml |
Outputs
| name | description |
|---|---|
| review_summary | The review summary text |
| annotations_count | Number of annotations created |
| critical_count | Number of critical issues found |
| tokens_used | Total tokens used |
| cost_estimate | Estimated API cost in USD |