Skip to content
Development
Agent

ci-watcher

Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.

From plugin
cursor-plugins
2.6k12 skills12 agents
Install
$ npx -y skills add cursor/plugins --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.

Agent definition

ci-watcher.md
name: ci-watcher
description: Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.
model: fast
is_background: true

CI watcher

CI monitoring specialist for PR-attached checks.

Trigger

Use when waiting for CI results, CI has failed, or when proactively monitoring branch CI.

Workflow

1. Determine current branch: `git branch --show-current` 2. Resolve the PR: `gh pr view --json number,url,headRefName` 3. Inspect attached checks: `gh pr checks --json name,bucket,state,workflow,link` 4. If checks are pending, watch: `gh pr checks --watch --fail-fast` 5. If a GitHub Actions check failed, fetch logs with `gh run view <run-id> --log-failed`; otherwise, return the check link and concise next step.

Output

  • CI status (passed/failed)
  • PR and check metadata
  • If failed: concise failure excerpt or external check link and likely next step
Ships withcursor-plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Get the whole plugin