Kiro CLI Review Action
Version updated for https://github.com/konippi/kiro-cli-review-action to version v1.0.1.
- 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 automates code reviews for pull requests by analyzing diffs and posting inline comments directly on GitHub. It streamlines the review process by leveraging the Kiro CLI to provide detailed feedback, reducing manual effort and ensuring consistent quality checks. Key capabilities include event-based and on-demand triggering, configurable review parameters, and integration with custom agent configurations for tailored analysis.
What’s Changed
- fix: disable credential persistence in review workflow (#17) (1c11ef4)
- fix: harden ACP client and remove dead code (#16) (789034f)
- docs: update SECURITY.md and README.md for v1.0.0 release (#15) (6e987ac)
- chore: use version tags in README and simplify update-major-tag (#14) (746a0e0)
- docs: update README SHA to v1.0.0 [skip ci] (c78c082)
- 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)