asklokesh/Loki Mode Code Review
Multi-agent autonomous code review using loki-mode. Supports Claude, Codex, Cline, and Aider providers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- None
Pinned Snippet
uses: asklokesh/loki-mode@0d47cfad45395be2e03b4275f32edad82c698b0f # v7.128.2tags 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, cline, or aider | 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