kirodotdev-labs/Kiro Action
Run Kiro in your GitHub workflows — review, implement, and automate with /kiro mentions, assignments, or scheduled prompts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kiro_api_key | Kiro API key (set as repository secret KIRO_API_KEY) | yes | — |
| github_token | GitHub token for API operations | no | ${{ github.token }} |
| prompt | Explicit prompt for automation mode (scheduled/push triggers) | no | — |
| trigger_phrase | Comment phrase that activates Kiro | no | /kiro |
| label_trigger | Label name that activates Kiro when added to an issue or PR | no | kiro |
| assignee_trigger | GitHub username whose assignment triggers Kiro | no | kirocli |
| branch_prefix | Prefix for branches created by Kiro | no | kiro/ |
| kiro_args | Additional arguments passed to kiro-cli chat (e.g. "--agent code-reviewer") | no | --trust-all-tools |
Outputs
| name | description |
|---|---|
| branch_name | Branch created by Kiro (if any) |
| pr_url | Pull request URL opened by Kiro (if any) |
| kiro_output | Cleaned text output from Kiro CLI |