briggsd/AI Code Review
Install and run the Code Reviewer CLI for a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-source | Immutable package source passed to `bun add --global`. | no | @briggsd/code-reviewer@0.4.0 |
| fixture | Optional fixture path for local/action smoke mode. When set, provider/repo/change-id are ignored. | no | "" |
| provider | VCS provider to review. Required unless fixture is set. | no | "" |
| repo | Repository slug, such as owner/name or group/project. Required unless fixture is set. | no | "" |
| change-id | Pull request number or merge request IID. Required unless fixture is set. | no | "" |
| head-sha | Expected change head SHA. | no | "" |
| runtime | Agent runtime to use. | no | dummy |
| output-dir | Directory for AI review artifacts. | no | .ai-review |
| config | Optional project config path. | no | "" |
| seed-fixture | Optional fixture path for deterministic smoke findings. | no | "" |
| token-env | Optional environment variable name containing the provider token. | no | "" |
| publish-summary | Publish or update the summary comment/note. | no | false |
| publish-inline | Publish GitHub inline comments. Experimental and opt-in. | no | false |
| ci-exit | Exit non-zero when policy says the review should fail. | no | true |
| format | Output format. | no | json |
Outputs
no outputs