actions-marketplace-validations/Kiro CLI Review Action
Automated PR code review powered by Kiro CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kiro_api_key | Kiro CLI API key | yes | — |
| github_token | GitHub token for MCP Server and PR comments | no | — |
| agent | Custom agent name (defaults to bundled code-reviewer) | no | — |
| prompt | Direct prompt to execute. When provided, runs in prompt mode without requiring a PR context. | no | — |
| model | Model ID for Kiro CLI (ignored when agent input is specified) | no | — |
| trigger_phrase | Trigger phrase for comment-based review (e.g. @kiro or /review) | — | @kiro |
| max_diff_size | Maximum diff size in characters | — | 10000 |
| debug | Show full ACP JSON-RPC messages in logs. WARNING: may include tool execution results containing sensitive data. Only enable for debugging in non-sensitive environments. | — | false |
| github_mcp_version | github-mcp-server version to install | — | 0.32.0 |
Outputs
| name | description |
|---|---|
| review_result | Review summary (pass/fail/skip) |
| exit_code | kiro-cli exit code (0=success, 1=failure) |