unit-mesh/AutoDev Remote Agent
Automated GitHub issue analysis using AI-powered code analysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| workspace-path | Path to the repository workspace | no | ${{ github.workspace }} |
| analysis-depth | Depth of analysis (shallow, medium, deep) | no | medium |
| auto-comment | Automatically add analysis comment to issues | no | true |
| auto-label | Automatically add labels to issues based on analysis | no | true |
| trigger-events | Comma-separated list of issue events to trigger analysis | no | opened,edited,reopened |
| exclude-labels | Comma-separated list of labels to exclude from analysis | no | "" |
| include-labels | Comma-separated list of labels to include for analysis (if empty, all issues are analyzed) | no | "" |
| webhook-secret | Secret for webhook verification (for standalone server mode) | no | "" |
| openai-api-key | OpenAI API key for LLM analysis | no | "" |
| deepseek-token | DeepSeek API token for LLM analysis | no | "" |
| glm-token | GLM API token for LLM analysis | no | "" |
| include-config-files | Include configuration files in analysis (jest.config.js, rollup.config.mjs, etc.) | no | true |
| include-test-files | Include test files in analysis (__tests__/, *.test.js, etc.) | no | true |
| include-patterns | Comma-separated list of file patterns to force include in analysis | no | "" |
| exclude-patterns | Comma-separated list of file patterns to exclude from analysis | no | "" |
| force-include-files | Comma-separated list of specific files to always include in analysis | no | "" |
Outputs
| name | description |
|---|---|
| success | Whether the analysis was successful |
| comment-added | Whether a comment was added to the issue |
| labels-added | Comma-separated list of labels that were added |
| execution-time | Time taken to complete the analysis (in milliseconds) |
| error | Error message if the analysis failed |