loureirodev/remote-review

AI code review for pull requests. Posts a comment on the PR and emits review.xml + checkstyle.xml artifacts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commentPost the review as a comment on the pull request.nofalse
outOutput formats, comma-separated. Any of: review-xml, checkstyle, markdown, json. Each entry may include an optional ":path" suffix (e.g. "checkstyle:reports/checkstyle.xml").nomarkdown
modelAI model id in the form provider/name (e.g. openai/gpt-4o, anthropic/claude-opus-4-5). Overrides REMOTE_REVIEW_MODEL.no
task-filePath to a file containing the task definition (markdown/text). Injected into the prompt's {{task}} placeholder. Leave empty to skip task context.no
task-textInline task definition. Takes precedence over task-file.no
contextExtra instruction appended to the prompt (e.g. "pay attention to accessibility").no
languageLanguage for the review output (e.g. en, es, Spanish). Defaults to English.no
prPull Request number. Auto-detected from the pull_request event when omitted.no
repoRepository slug (owner/repo). Defaults to GITHUB_REPOSITORY.no
github-tokenGitHub token used to read the PR and post the comment. Defaults to the workflow's GITHUB_TOKEN env var.no

no outputs