From cook-ko
Monitors GitHub Actions CI status and tracks PR check completion. Responds to queries like 'Did tests pass?' or 'Show CI results' using gh CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-ko: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 cook-koMonitors GitHub Actions CI status and tracks completion. Activated by queries about PR checks, CI results, test/build status, and Actions outcomes.
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.