erans/AutoAgentAI Action
Composable GitHub Action to run AI agent prompts on a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rules | YAML or JSON list of predefined rules to execute. | no | [] |
| custom | Optional custom prompt appended to the predefined rules. | no | "" |
| customFiles | YAML or JSON array of custom .prompt files to execute (supports relative and absolute paths) | no | [] |
| action | Determines what to do with the result. Supported: comment | yes | comment |
| install-agent | Boolean flag to control whether to install the agent automatically. Defaults to true. | no | true |
| agent | Which agent to use. Supported: cursor, claude, gemini, codex, amp, opencode | no | cursor |
| scope | Analysis scope: 'changed' to analyze only PR changed files, 'all' to analyze entire codebase | no | changed |
| logging | Logging level: 'info' for normal output, 'debug' for detailed debugging information | no | info |
Outputs
no outputs