Agent Skills: wait-for-ci

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

UncategorizedID: dtinth/agent-skills/wait-for-ci

Install this agent skill to your local

pnpm dlx add-skill https://github.com/dtinth/agent-skills/tree/HEAD/wait-for-ci

Skill Files

Browse the full folder contents for wait-for-ci.

Download Skill

Loading file tree…

wait-for-ci/SKILL.md

Skill Metadata

Name
wait-for-ci
Description
Use this skill to wait for checks on GitHub Actions to finish on the current pull request

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.
wait-for-ci Skill | Agent Skills