mthooyavan/DiffFox Code Review
AI-powered code review with 6 specialized agents (logic, security, architecture, performance, risk, cogs)
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 Claude | yes | — |
| github-token | GitHub token used for PR API access. Defaults to the job token; override with a PAT if you need cross-repo or elevated permissions. | no | ${{ github.token }} |
| model | Claude model to use | — | claude-sonnet-4-6 |
| config-path | Path to config file | — | .diff-fox/config.yml |
| jira-mcp-url | Jira MCP server URL (optional) | no | "" |
| jira-enabled | Enable Jira context fetching | — | false |
| post-comments | Post review comments to the PR | — | true |
Outputs
| name | description |
|---|---|
| findings-count | Number of findings |
| status | Review status (completed/skipped/failed) |