qoderai/Qoder Action
Integrate Qoder AI into your GitHub Actions workflow. Automate code reviews, refactoring, and development tasks with an intelligent agent.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | Instructions for qodercli (passed to -p flag) | yes | — |
| flags | Additional CLI arguments to pass to qodercli. Multiple lines are supported. | no | "" |
| qoder_personal_access_token | Your Qoder Personal Access Token. Must be stored as a GitHub Secret (e.g., secrets.QODER_PERSONAL_ACCESS_TOKEN). | yes | — |
| qodercli_version | Specific version of qodercli to install. The default version is tested and optimized for this action. Changing it is not recommended and may lead to unexpected behavior. | no | 0.1.18 |
| enable_qoder_github_mcp | Enable the qoder-github MCP Server for enhanced GitHub operations. This is required for built-in resources and advanced tool capabilities. | no | true |
Outputs
| name | description |
|---|---|
| output_file | Path to the file containing qodercli stdout output (formatted as stream-json). |
| error | Error message from qodercli if the execution failed. |