SaaSActive

Nx Cloud Self-Healing CI

AI-powered CI automation that detects, analyzes, and proposes fixes for CI failures

Open source page

Field note

What it does

Automatically proposes fixes when tasks fail, reducing PR merge time. Integrates with GitHub, GitLab, Azure DevOps, Bitbucket via PR comments or Nx Console.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

cli

Not filed / https://nx.dev/docs/features/ci-features/self-healing-ci

sdk

TypeScript / https://nx.dev/nx-console

Product features

Product features

already have an after script section

azure-pipelines.yml

bitbucket-pipelines.yml

Configure your CI pipeline

dependencies, etc.

Enable self-healing CI

.github/workflows/ci.yml

.gitlab-ci.yml

NEW: Add this section at the end of your job if you don't

NEW: Add this step at the end of your job

These are just illustrative examples...

Your existing steps which check out the repo, start-ci-run, install