await-polygraph-ci

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.


name: await-polygraph-ci description: Wait for CI to settle across all repos in a Polygraph session, then report results and investigate failures. USE WHEN user says "await polygraph", "wait for polygraph ci", "polygraph ci status", "check polygraph ci", "watch polygraph session", "monitor polygraph".


Await Polygraph CI

Wait for all CI pipelines in a Polygraph session to reach a stable state (succeeded, failed, etc.), then produce a unified summary. If any pipelines failed, investigate via child agents and present fix options.

Phase 1: Session Discovery

  1. Get the current branch name: !git branch --show-current
  2. Use the branch name as the session ID. If on main, master, or dev, ask the user for an explicit session ID.
  3. Fetch session: cloud_polygraph_get_session(sessionId: <session-id>)
  4. Record monitorStartedAt = current timestamp (epoch millis).
  5. Build a tracking table of all repos with PRs. For each PR, record:
    • repo: repository name
Related skills

More from nrwl/nx-ai-agents-config

Installs
1
GitHub Stars
19
First Seen
Feb 9, 2026