From cook
Monitors GitHub Actions CI status and tracks completion. Activated by queries about PR checks, CI results, test/build status, and Actions outcomes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook:pr-checksThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
GitHub Actions CI 状況を監視して、完了まで追跡します。
GitHub Actions CI 状況を監視して、完了まで追跡します。
# CI チェック状況を確認
gh pr checks
# PR 作成後の CI 確認
gh pr create --title "新機能の追加" --body "説明"
gh pr checks
# CI 確認から修正までの流れ
gh pr checks
「CI チェック結果を分析し、失敗項目があれば修正方法を提案して」
# 修正後の再確認
git push origin feature-branch
gh pr checks
「修正後の CI 結果を確認して、問題がないことを確認して」
All checks were successful
0 cancelled, 0 failing, 8 successful, 3 skipped, and 0 pending checks
NAME DESCRIPTION ELAPSED URL
○ Build/test (pull_request) 5m20s https://github.com/user/repo/actions/runs/123456789
○ Build/lint (pull_request) 2m15s https://github.com/user/repo/actions/runs/123456789
○ Security/scan (pull_request) 1m30s https://github.com/user/repo/actions/runs/123456789
○ Type Check (pull_request) 45s https://github.com/user/repo/actions/runs/123456789
○ Commit Messages (pull_request) 12s https://github.com/user/repo/actions/runs/123456789
- Deploy Preview (pull_request) https://github.com/user/repo/actions/runs/123456789
- Visual Test (pull_request) https://github.com/user/repo/actions/runs/123456789
gh pr checks を再実行npx claudepluginhub wasabeef/claude-code-cookbook --plugin cookMonitors GitHub Actions CI status and tracks PR check completion. Responds to queries like 'Did tests pass?' or 'Show CI results' using gh CLI.
Surveille le statut des workflows GitHub Actions CI liés aux PRs et suit jusqu'à complet achèvement via gh CLI. Se déclenche sur des questions comme « état des checks ? » ou « les tests ont passé ? ».
Monitors GitHub Actions CI workflows and tracks checks to completion. Responds to queries about PR check status, test results, and build success.