Watches your Nx Cloud CI pipeline and automatically handles self-healing fixes without wasting your main context window. It spawns lightweight subagents to poll CI status, runs decision scripts to figure out what to do next, and can apply fixes that Nx Cloud suggests when builds break. Use this instead of `gh pr checks --watch` or `glab ci status` because those bypass Nx's self-healing entirely. It's built for the pattern where you push a branch and want Claude to babysit the CI run, apply fixes when possible, and only interrupt you when it needs help. Fair warning: this only works if your workspace is already connected to Nx Cloud, otherwise it just exits immediately.
npx skills add https://github.com/nrwl/nx-ai-agents-config --skill monitor-ci