Kiro CLI Review Action
Version updated for https://github.com/konippi/kiro-cli-review-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Kiro CLI Review Action is a GitHub Action designed to automate code reviews for pull requests using the Kiro CLI. It analyzes code changes in PRs, provides inline review comments, and supports additional on-demand reviews triggered by specific comments (e.g., @kiro). This action streamlines the code review process, saving time and ensuring consistent feedback, with customizable configurations for review agents, models, and triggers.
What’s Changed
- chore: update action description and branding (#13) (cfac298)
- Merge pull request #12 from konippi/add-readline-error-handler (298ea85)
- fix: add readline error handler (a21dc67)
- fix: align SECURITY.md with impl (4d5bae3)
- Merge pull request #11 from konippi/user-request-passthrough (5fd6ce4)
- feat: pass user request from kiro comment to review prompt (9d8474a)
- Merge pull request #10 from konippi/add-model-input-support (97387e8)
- refactor: avoid JSON round-trip when model is not specified (1240271)
- feat: add model input for Kiro CLI model selection (16b00e2)
- Merge pull request #9 from konippi/add-comment-trigger-support (c92f24a)