Monitor and self-heal CI pipeline
monitor-ciskillsetup L2★6
matteobruni/typedoc-plugins ↗What it does
Monitor CI pipeline and apply self-healing fixes
Best for
Best for teams running Nx Cloud CI who need async status polling and automated self-healing without blocking the main workflow.
Inputs
- · branch (string)
- · timeout in minutes (int)
- · verbosity level (enum)
Outputs
- · CI status (enum: success/failure)
- · logs and fix suggestions (text)
Requires
- · Nx Cloud API
- · git
- · GitHub/GitLab CLI
Preconditions
- · Nx Cloud workspace connected
- · git repository
- · CI workflow configured
Failure modes
- · Nx Cloud timeout
- · CI check failure (no auto-fix)
- · Invalid API key
Trust signals
- · Nx Cloud official documentation
- · Self-healing pattern industry-standard
- · Subagent delegation pattern proven