ci-watcher
CommunityAuto-check GitHub Actions CI after pushes
Authordbmrq
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates monitoring of GitHub Actions CI status after pushing changes to a repository that contains a .github/workflows directory, providing proactive visibility into builds and failures.
Core Features & Use Cases
- CI status monitoring: Continuously observe the latest workflow run and report status updates.
- Failure investigation: Retrieve logs for failed runs and guide debugging with actionable insights.
- Use Case: After a push, get a quick health check of the CI pipeline and identify failing steps without leaving your terminal.
Quick Start
Ensure GitHub CLI (gh) is installed and you are in a git repository on the target branch. Run: bash scripts/check_ci.sh --wait 300 To view the latest run details or logs, use: gh run list --branch $(git branch --show-current) --limit 1 gh run view <run-id> --log-failed
Dependency Matrix
Required Modules
ghjq
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ci-watcher Download link: https://github.com/dbmrq/Dotfiles/archive/main.zip#ci-watcher Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.