One-click install
npx skills add https://github.com/orekyuu/orekyuu-claude-plugins --skill wait-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wait-ci
Source: https://github.com/orekyuu/orekyuu-claude-plugins/tree/main/plugins/gh-tools/skills/wait-ci
Command: npx skills add https://github.com/orekyuu/orekyuu-claude-plugins --skill wait-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of waiting for Continuous Integration (CI) checks to complete, ensuring that code changes meet quality standards before further action.

Core Features & Use Cases

  • CI Status Monitoring: Tracks the progress and outcome of CI runs for the current branch or pull request.
  • Automated Notifications: Informs the user about the CI completion status (success, failure, or cancellation).
  • Failure Investigation: Offers to investigate CI failures by invoking related skills.
  • Use Case: After pushing a new feature branch, you can use this skill to automatically wait for the CI pipeline to finish and notify you of the results, preventing you from proceeding with a broken build.

Quick Start

Use the wait-ci skill to monitor the CI status for the current branch.

Frequently Asked Questions about wait-ci

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

FAQPage Schema
How do I monitor GitHub Actions CI status for my current branch?

You can monitor GitHub Actions CI status by using this Skill to automatically track the current Git branch or pull request. It utilizes the GitHub CLI to wait for continuous integration runs to finish and reports the final success, failure, or cancellation state.

Can I get notified when a continuous integration pipeline finishes?

Yes, this Skill provides automated notifications for continuous integration completion. After you push a feature branch, it waits for the CI pipeline to finish and informs you of the exact outcome, preventing you from proceeding with a broken build.

How do I investigate CI failures automatically after a pipeline breaks?

To investigate CI failures, this Skill offers an interactive failure investigation workflow upon detecting a broken build. It invokes related skills and uses interactive prompts to help you diagnose the continuous integration issues automatically.

Do I need the GitHub CLI to wait for continuous integration checks?

Yes, you need the GitHub CLI (`gh`) tool installed to use this Skill for continuous integration monitoring. It relies on the `gh` CLI to query the status of CI runs for your current Git branch or pull request.

What is the best way to track CI runs for a pull request without manual checking?

The best way to track CI runs without manual checking is automating the wait process. This Skill monitors the pull request pipeline continuously and reports the final status, eliminating the need to repeatedly refresh your browser for continuous integration updates.

Why does wait-ci require interactive prompts during CI monitoring?

The wait-ci Skill requires interactive prompts to offer failure investigation options when continuous integration fails. It uses the `AskUserQuestion` mechanism to ask if you want to initiate a workflow to investigate the broken CI build.