clouddrove/naoru - AI CI Doctor

Heal your broken CI with AI — diagnoses why your pipeline failed and comments the fix on your PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyLLM API key (provider-specific).yes
provideranthropic | openai | openrouter | xai | groq | customnoanthropic
base-urlOverride LLM endpoint. Required when provider is "custom".no
modelModel id. Defaults per provider.no
github-tokenToken for reading logs and posting comments.no${{ github.token }}
max-log-linesTail this many log lines.no500
failed-job-nameExplicit failed job name (optional).no
fix-modeoff | suggest | pr. "suggest" posts one-click GitHub suggestion comments on the PR; "pr" opens a naoru/fix-* branch + PR against the failing branch. Both require a high-confidence diagnosis with a diff, and need pull-requests: write ("pr" also needs contents: write).nooff
namedescription
root-causeDiagnosed root cause.
confidencehigh | medium | low
comment-urlURL of the posted/updated PR comment.
fix-pr-urlURL of the auto-opened fix PR (fix-mode: pr only).