saimjawed254/Autonomous CI/CD Build Assistant
Diagnoses build failures from pipeline logs and triggers recovery attempts autonomously.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| log-file | Path to the build log file to analyze (not required for apply-fix mode) | no | none |
| gemini-api-key | API key for Google AI Studio | yes | — |
| gemini-model | Gemini model identifier | no | gemini-3.1-flash-lite |
| mode | Execution mode: "diagnose" (outputs dashboard report), "agent" (attempts autonomous re-runs), or "apply-fix" (apply suggested code changes from PR comments) | no | agent |
| context-strategy | Strategy for gathering code context: "snippet" (default, token-efficient multi-layer scanning) or "full" (sends entire modified source files) | no | snippet |
| github-token | GitHub token for PR commenting and API access | no | ${{ github.token }} |
Outputs
no outputs