Commit 9b0d4c

2026-01-30 07:45:55 Thai Pangsakulyanont: -/-
/dev/null .. wait-for-ci/SKILL.md
@@ 0,0 1,16 @@
+ ---
+ 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:
+
+ ```
+ 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.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9