Integrations

Connect CIHelper with your existing tools and workflows.

CI Platforms

GitHub Actions

Full support for workflow syntax, runners, and actions

Available

GitLab CI

Complete understanding of .gitlab-ci.yml and pipeline stages

Available

CircleCI

Support for config.yml and Orbs

Available

Jenkins

Generic analysis for Jenkins pipelines

Available

Bitbucket Pipelines

Generic analysis for Bitbucket Pipelines

Available

Third-Party Integrations

Slack

Receive diagnosis notifications in channels

Available

GitHub

Comment on PRs with CI failure analysis

Available

GitLab

Add pipeline comments with fixes

Available

Jira

Create tickets from CI failures

Roadmap (Q3 2026)

Opsgenie

Alert on critical pipeline failures

Roadmap (Q3 2026)

Datadog

Send metrics for CI health monitoring

Roadmap (Q3 2026)

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.