npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-fr## GitHub CI Monitoring Surveille le statut CI de GitHub Actions et suit jusqu'à l'achèvement. ### Utilisation ### Exemples de base ### Collaboration avec Claude ### Exemples de résultats d'exécution ### Notes - Vérifier les détails en cas d'échec - Attendre que toutes les vérifications soient terminées avant fusion - Relancer `gh pr checks` au besoin
/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-ciChecks GitHub Actions CI status for the current PR using gh pr checks, reporting successful, failing, pending checks with names, elapsed 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-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, tracks until completion, and reports check statuses, names, elapsed times, and URLs.
Share bugs, ideas, or general feedback.
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 besoin