watch-ci

Monitor GitHub PR CI checks and notify on completion via macOS alerts.

11|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Takazudo/claude-resources --skill watch-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watch-ci
Source: https://github.com/Takazudo/claude-resources/tree/main/skills/watch-ci
Command: npx skills add https://github.com/Takazudo/claude-resources --skill watch-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python3, and includes scripts (resource) components.

What problem does it solve?

This skill monitors GitHub PR CI checks and notifies you when they complete, helping you stay informed without manual polling.

Core Features & Use Cases

  • Continuous monitoring of PR checks with status updates
  • Automated macOS notification on completion and basic failure investigation guidance
  • Works with Pull Requests across branches to streamline CI feedback

Quick Start

Tell Claude to watch the PR's CI checks and notify me when all checks complete.

Frequently Asked Questions about watch-ci

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

FAQPage Schema
How do I monitor GitHub PR CI checks and get a macOS notification on completion?

You can monitor GitHub PR CI checks and receive a macOS notification by running an automation script that continuously polls repository status and triggers a desktop alert upon completion.

Do I need the gh CLI and Python3 to automate PR check notifications?

Yes, you need both the gh CLI and Python3 installed on your macOS system to run the polling script that fetches GitHub PR statuses and aggregates check results.

What is the best way to stop manually polling GitHub PR checks?

The best way to stop manually polling GitHub PR checks is to run an automated monitoring script that handles status aggregation and alerts you via macOS notifications only when checks finish.

How does GitHub PR check polling work for continuous monitoring?

GitHub PR check polling works by querying the repository at a fixed 20-second interval until all checks reach a terminal state, then triggering a macOS notification with the aggregated results.

Can I get failure investigation guidance when CI checks fail?

Yes, when CI checks fail, the monitoring process provides basic failure investigation guidance along with the macOS completion notification to help you diagnose issues quickly.

Does this CI monitoring work with any GitHub repository?

Yes, this CI monitoring applies to tracking PR checks across any GitHub repository, handling status aggregation and completion alerts regardless of the specific project branch.