# Cursor Plugin Teamkit 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.

- Skill: `kunanonj/cursor-plugin-teamkit-agent-ci-watcher` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kunanonj/cursor-plugin-teamkit-agent-ci-watcher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kunanonj/cursor-plugin-teamkit-agent-ci-watcher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: KunanonJ (https://skillmd.com/u/kunanonj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kunanonj/cursor-plugin-teamkit-agent-ci-watcher

---


# 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

