bsel153/errex — Explain CI errors
Pipe any error message through errex to get a plain-English explanation, then optionally post it as a PR comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| error-text | Error message or stack trace to explain | no | "" |
| error-file | Path to a file containing the error (alternative to error-text) | no | "" |
| api-key | Anthropic API key (uses ANTHROPIC_API_KEY env var if not provided) | no | "" |
| model | Claude model to use | no | claude-sonnet-4-6 |
| brief | Use brief (one-paragraph) mode instead of full analysis | no | false |
| post-comment | Post the explanation as a PR comment (requires github-token) | no | false |
| github-token | GitHub token for posting PR comments (use secrets.GITHUB_TOKEN) | no | "" |
| comment-header | Header text for the PR comment | no | ## 🔍 errex — CI Error Explanation |
Outputs
| name | description |
|---|---|
| explanation | The plain-English explanation from errex |
| source | Where the explanation came from (local, cached, or claude) |