🎯

wait-for-ci

🎯Skill

from dtinth/agent-skills

VibeIndex|
What it does

Waits for and monitors GitHub Actions status checks on the current pull request, providing real-time updates until all checks complete.

πŸ“¦

Part of

dtinth/agent-skills(4 items)

wait-for-ci

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add dtinth/agent-skills --skill wait-for-ci
5Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Use this skill to wait for checks on GitHub Actions to finish on the current pull request

Overview

Make sure there is an active pull request for the current branch, then run this command in the project directory (not the skill base directory):

```

mise exec deno -- deno run --allow-run=gh --allow-env https://github.com/dtinth/wait-for-ci/raw/main/wait-for-ci.ts

```

This command:

  • Monitors a GitHub pull request's status checks.
  • Periodically polls and prints status updates and any changes.
  • When all checks are finished, prints a summary of results, and exits.