evilbuck/Loki Mode Code Review
Multi-agent autonomous code review using loki-mode. Supports Claude, Codex, and Gemini providers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 2, 2026
- License
- MIT
Pinned Snippet
uses: evilbuck/loki-mode@3216d182d0b33c05991851e5756a6d4c0df0799b # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Review mode: review, fix, or test | no | review |
| provider | AI provider: claude, codex, or gemini | no | claude |
| budget_limit | Max cost in USD before stopping (maps to --budget CLI flag) | no | 5.00 |
| budget | Alias for budget_limit (max cost in USD before stopping) | no | "" |
| github_token | GitHub token for PR comments | yes | — |
| max_iterations | Maximum loki iterations (sets LOKI_MAX_ITERATIONS env var) | no | 3 |
| node_version | Node.js version to use | no | 20 |
| prd_file | Path to PRD file relative to repo root (optional, used as positional arg to loki start) | no | "" |
| auto_confirm | Skip confirmation prompts (auto-enabled in CI environments) | no | true |
| install_cli | Automatically install the provider CLI if not present | no | true |
| install_claude | Deprecated: use install_cli instead. Kept for backward compatibility. | no | "" |
Outputs
no outputs