From cook-es
Monitors GitHub Actions CI checks and tracks them until completion. Useful for checking PR status, test results, and build outcomes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-es: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
Monitorea el estado de GitHub Actions CI y rastrea hasta completarse.
Monitorea el estado de GitHub Actions CI y rastrea hasta completarse.
# Verificar estado de CI
gh pr checks
# Verificar CI después de crear PR
gh pr create --title "Add new feature" --body "Description"
gh pr checks
# Flujo desde verificación CI hasta corrección
gh pr checks
"Analizar resultados de verificaciones CI y sugerir correcciones si hay fallas"
# Volver a verificar después de corrección
git push origin feature-branch
gh pr checks
"Verificar resultados CI después de corrección para confirmar que no hay problemas"
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 según sea necesarionpx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-esMonitors 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 for pull requests and tracks checks to completion. Responds to queries about test status, build results, and CI 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é ? ».