shuffahaqgzz/Codex Guardian
Collect a pull request diff and prepare or run a read-only Codex review.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | Write a review request artifact without calling Codex. | no | true |
| output-path | Markdown file path for the review artifact or final Codex response. | no | codex-guardian-review.md |
| diff-file | Optional diff file path. When empty, the action uses git diff. | no | "" |
| base-ref | Optional base ref or SHA for git diff. | no | "" |
| head-ref | Optional head ref or SHA for git diff. Defaults to HEAD when base-ref is set. | no | "" |
| model | Optional model name passed to codex exec -m. Leave empty to use Codex defaults. | no | "" |
| output-schema | Optional JSON Schema path passed to codex exec --output-schema. | no | "" |
Outputs
| name | description |
|---|---|
| output-path | Path to the generated review artifact. |