shuv1337/reviewbot
GitHub-native code review and coding-agent bot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | Prompt or task text for standalone and mention-driven runs. | no | — |
| mode | Run mode. | no | — |
| config | Path to reviewbot TOML config. | no | — |
| model | Model alias or direct model ID. | no | — |
| agent | Agent driver ID. | no | — |
| timeout | Total run timeout. | no | — |
| activity_timeout | Agent activity timeout. | no | — |
| cwd | Working directory for repo operations. | no | — |
| push | Push permission level. | no | — |
| shell | Shell permission level. | no | — |
| token | GitHub token. | no | — |
Outputs
| name | description |
|---|---|
| result | Compact JSON status object for the run (runId, status, mode, and mode-specific fields). |
| review_findings | JSON array of posted review findings. Only set in review mode. |
| summary | Human-readable run summary text. |