loureirodev/remote-review
AI code review for pull requests. Posts a comment on the PR and emits review.xml + checkstyle.xml artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| comment | Post the review as a comment on the pull request. | no | false |
| out | Output formats, comma-separated. Any of: review-xml, checkstyle, markdown, json. Each entry may include an optional ":path" suffix (e.g. "checkstyle:reports/checkstyle.xml"). | no | markdown |
| model | AI model id in the form provider/name (e.g. openai/gpt-4o, anthropic/claude-opus-4-5). Overrides REMOTE_REVIEW_MODEL. | no | — |
| task-file | Path to a file containing the task definition (markdown/text). Injected into the prompt's {{task}} placeholder. Leave empty to skip task context. | no | — |
| task-text | Inline task definition. Takes precedence over task-file. | no | — |
| context | Extra instruction appended to the prompt (e.g. "pay attention to accessibility"). | no | — |
| language | Language for the review output (e.g. en, es, Spanish). Defaults to English. | no | — |
| pr | Pull Request number. Auto-detected from the pull_request event when omitted. | no | — |
| repo | Repository slug (owner/repo). Defaults to GITHUB_REPOSITORY. | no | — |
| github-token | GitHub token used to read the PR and post the comment. Defaults to the workflow's GITHUB_TOKEN env var. | no | — |
Outputs
no outputs