await-polygraph-ci

Monitor CI pipeline statuses across repositories in a Polygraph session.

27|7|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/nrwl/nx-ai-agents-config --skill await-polygraph-ci
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: await-polygraph-ci
Source: https://github.com/nrwl/nx-ai-agents-config/tree/main/artifacts/skills/await-polygraph-ci
Command: npx skills add https://github.com/nrwl/nx-ai-agents-config --skill await-polygraph-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the monitoring of CI pipelines across multiple repositories within a Polygraph session, providing a unified status and investigating failures.

Core Features & Use Cases

  • CI Session Monitoring: Tracks the status of CI jobs for all pull requests in a Polygraph session.
  • Failure Investigation: Automatically investigates CI failures using child agents and suggests fix options.
  • Self-Healing Integration: Reports on and offers to apply self-healing fixes for CI failures.
  • Use Case: When a large feature spans multiple microservices and their CI pipelines are running, use this Skill to get a single, consolidated status update and understand exactly which services failed and why.

Quick Start

Monitor the current Polygraph CI session and report on any failures.

Frequently Asked Questions about await-polygraph-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor CI pipelines across multiple repositories in a single session?▼

You can monitor CI pipelines across multiple repositories by connecting to the Polygraph cloud API, which tracks the status of CI jobs for all pull requests and consolidates results into a unified status report.

How do I investigate CI failures automatically across distributed microservices?▼

To investigate CI failures automatically, the Skill deploys child agents within the Polygraph session to investigate the root cause of the failure and suggest fix options for the affected services.

Can I get a consolidated CI status update for a large monorepo feature?▼

Yes, you can get a consolidated CI status update for a large monorepo feature by tracking the session, which reports exactly which services failed and why across the distributed CI runs.

Does CI failure monitoring support self-healing fixes?▼

Yes, CI failure monitoring supports self-healing by reporting on failures within the Polygraph session and offering to apply self-healing fixes directly to the affected repositories.

Do I need a cloud API integration to track multi-repo CI runs?▼

Yes, you need integration with Polygraph's cloud API for session data and child agent management to effectively oversee distributed CI runs across monorepos or multi-repo projects.

What is the best way to track CI jobs for all pull requests in a distributed project?▼

The best way to track CI jobs for all pull requests in a distributed project is using a Polygraph session to monitor pipeline statuses, investigate failures, and offer self-healing fixes.