From cook-zh-tw
Monitors GitHub Actions CI status for PRs via gh pr checks, tracks until completion, reports check summaries with statuses, URLs, and analyzes failures proposing fixes.
npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-zh-tw## GitHub CI 監控 監控 GitHub Actions CI 狀態,並跟蹤到完成。 ### 使用方法 ### 基本示例 ### 與 Claude 的協作 ### 執行結果示例 ### 注意事項 - 失败時需要詳细確認 - 等待所有檢查完成後再合並 - 必要時重新執行 `gh pr checks`
/check-github-ciMonitors GitHub Actions CI status for the current PR using gh pr checks, tracks until completion, and reports check statuses, names, elapsed times, and URLs.
/check-github-ciChecks GitHub Actions CI status for the current pull request using gh pr checks, displays summary and detailed table with statuses, times, and URLs until completion.
/check-github-ciMonitors GitHub Actions CI status for the current PR using `gh pr checks`, displaying check summaries, statuses, elapsed times, and URLs until completion.
/check-github-ciMonitors GitHub Actions CI status for pull requests with `gh pr checks`, tracks until completion, and displays results including check names, statuses, elapsed times, and URLs.
/check-github-ciChecks GitHub Actions CI status for the current PR using gh pr checks. Displays successes, failures, pending/skipped checks with names, elapsed times, and URLs. Tracks until all complete.
/check-github-ciMonitors GitHub Actions CI status for the current pull request until completion, listing checks with status, duration, and URLs.
Share bugs, ideas, or general feedback.
監控 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