From cook-fr
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é ? ».
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-fr: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
Surveille le statut CI de GitHub Actions et suit jusqu'à l'achèvement.
Surveille le statut CI de GitHub Actions et suit jusqu'à l'achèvement.
# Vérifier le statut CI
gh pr checks
# Vérifier la CI après création de PR
gh pr create --title "Add new feature" --body "Description"
gh pr checks
# Flux de vérification CI à correction
gh pr checks
"Analyze CI check results and suggest fixes if there are failures"
# Revérifier après correction
git push origin feature-branch
gh pr checks
"Check CI results after correction to confirm no issues"
Toutes les vérifications ont réussi
0 annulée, 0 échouée, 8 réussies, 3 ignorées et 0 en attente
NOM DESCRIPTION DURÉE 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 au besoinnpx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-frMonitors 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.
Monitors GitHub Actions CI status and tracks PR check completion. Responds to queries like 'Did tests pass?' or 'Show CI results' using gh CLI.