ride-the-lightning/rtlreviewbot

Public entry point for rtlreviewbot. Resolvable from any consumer repo (public or private); fetches the private review runtime at execution time and runs it.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
event_nameGitHub event that triggered the consumer shim (issue_comment, pull_request).yes
event_actionEvent-specific action (e.g. created, review_requested, closed).no""
repoConsumer repo in owner/name form (typically github.repository).yes
pr_numberPull request number.yes
actorLogin of the user that triggered the event.yes
comment_bodyBody of the triggering comment, for issue_comment events.no""
comment_idNumeric id of the triggering comment, for issue_comment events. Used to react with a 👍 on success.no""
installation_idGitHub App installation ID for the consumer repo. Find it on the App settings → Install App page.yes
app_idrtlreviewbot GitHub App ID. Consumers pass this via `with: app_id:` from their org secret (typically GATEWAY_APP_ID).yes
private_keyrtlreviewbot GitHub App private key, PEM contents. Consumers pass this via `with: private_key:` from their org secret (typically GATEWAY_PRIVATE_KEY).yes
anthropic_api_keyAnthropic API key for the /code-review skill (org secret ANTHROPIC_API_KEY). Either this or claude_code_oauth_token must be set; if both are set, API is tried first and OAuth is the fallback.no""
claude_code_oauth_tokenClaude Code OAuth token (org secret CLAUDE_CODE_OAUTH_TOKEN). Either this or anthropic_api_key must be set.no""
review_modeReview architecture: `multi` (default — orchestrator dispatches specialist sub-agents and merges their findings) or `single` (one Claude call). Both emit the identical output.nomulti
runtime_refRef (tag/branch/SHA) of the private Ride-The-Lightning/rtlreviewbot runtime to check out and run. Defaults to the release this action repo was tagged in lockstep with. Override only for testing an unreleased runtime.nov0.11.0

no outputs