スキル一覧に戻る
pulsemcp

wait-for-ci

by pulsemcp

MCP (Model Context Protocol) Servers authored and maintained by the PulseMCP team. We build reliable servers thoughtfully designed specifically for MCP Client-powered workflows.

58🍴 6📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: wait-for-CI description: Block until CI passes or fails on the current PR

Wait for CI

This skill blocks until CI either passes or fails on the current PR using a single blocking command.

Usage

Run this command to block until CI completes:

gh pr checks --watch --fail-fast

This command will:

  • Block until all CI checks complete
  • Exit with code 0 if all checks pass
  • Exit with non-zero code and stop early (--fail-fast) if any check fails

Handling "no checks" case

If CI hasn't started yet, the command may return immediately with "no checks reported". In that case, wait briefly and retry:

sleep 30 && gh pr checks --watch --fail-fast

If after 2 attempts (about 1 minute total) there are still no checks, one of the following is true:

  • You have merge conflicts. Resolve them and then start the CI wait again.
  • Your changes are not triggering CI. Check the GitHub Actions setup to confirm nothing will have triggered. If true, you can consider CI green.
  • GitHub is having issues. Check status.github.com to verify. If true, bail out and let the user know they'll need to try again when GitHub is back.

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です