From cook-en
Monitors GitHub Actions CI status for pull requests and tracks checks to completion. Responds to queries about test status, build results, and CI outcomes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-en: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
Monitors GitHub Actions CI status and tracks until completion.
Monitors GitHub Actions CI status and tracks until completion.
# Check CI status
gh pr checks
# Check CI after creating PR
gh pr create --title "Add new feature" --body "Description"
gh pr checks
# Flow from CI check to correction
gh pr checks
"Analyze CI check results and suggest fixes if there are failures"
# Recheck after correction
git push origin feature-branch
gh pr checks
"Check CI results after correction to confirm no issues"
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 as needednpx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-enMonitors GitHub Actions CI checks and tracks them until completion. Useful for checking PR status, test results, and build outcomes.
Monitors GitHub Actions CI workflows and tracks checks to completion. Responds to queries about PR check status, test results, and build success.
Monitors GitHub Actions CI status and tracks completion. Activated by queries about PR checks, CI results, test/build status, and Actions outcomes.