erans/AutoAgentAI Action

Composable GitHub Action to run AI agent prompts on a repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
rulesYAML or JSON list of predefined rules to execute.no[]
customOptional custom prompt appended to the predefined rules.no""
customFilesYAML or JSON array of custom .prompt files to execute (supports relative and absolute paths)no[]
actionDetermines what to do with the result. Supported: commentyescomment
install-agentBoolean flag to control whether to install the agent automatically. Defaults to true.notrue
agentWhich agent to use. Supported: cursor, claude, gemini, codex, amp, opencodenocursor
scopeAnalysis scope: 'changed' to analyze only PR changed files, 'all' to analyze entire codebasenochanged
loggingLogging level: 'info' for normal output, 'debug' for detailed debugging informationnoinfo

no outputs