Integrations
Connect CIHelper with your existing tools and workflows.
CI Platforms
GitHub Actions
Full support for workflow syntax, runners, and actions
GitLab CI
Complete understanding of .gitlab-ci.yml and pipeline stages
CircleCI
Support for config.yml and Orbs
Jenkins
Generic analysis for Jenkins pipelines
Bitbucket Pipelines
Generic analysis for Bitbucket Pipelines
Third-Party Integrations
Slack
Receive diagnosis notifications in channels
GitHub
Comment on PRs with CI failure analysis
GitLab
Add pipeline comments with fixes
Jira
Create tickets from CI failures
Opsgenie
Alert on critical pipeline failures
Datadog
Send metrics for CI health monitoring
API & Webhooks
REST API
POST /api/diagnose — Submit CI log for analysis
GET /api/history — Retrieve past diagnoses
POST /api/webhook — Receive diagnosis results automatically
Node.js SDK
import { CIHelper } from '@cihelper/sdk'
const ci = new CIHelper(process.env.CIHELPER_API_KEY)
const diagnosis = await ci.analyze(log, 'github-actions')CLI Tool
cihelper diagnose --platform github-actions ./ci.log
Honesty Note
Roadmap integrations are planned but not yet implemented. We're actively working on them and expect to release them in Q3 2026. Dates and features are subject to change based on development priorities and user feedback.