/pr-checks
Monitor GitHub Actions CI and track to completion. Trigger with "PR check status?", "show CI results", "did tests pass?", "build succeeded?", "check status", "Actions results?".
$ npx -y skills add wasabeef/claude-code-cookbook --skill pr-checks --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/pr-checks
Context preview
The summary Claude sees to decide when to auto-load this skill.
Monitor GitHub Actions CI and track to completion. Trigger with "PR check status?", "show CI results", "did tests pass?", "build succeeded?", "check status", "Actions results?".
SKILL.md
pr-checks.SKILL.mddescription: 'Monitor GitHub Actions CI and track to completion. Trigger with "PR check status?", "show CI results", "did tests pass?", "build succeeded?", "check status", "Actions results?".'
allowed-tools:
- Bash(gh pr checks *)
- Bash(gh run *)
- Bash(gh pr view *)
Monitor GitHub Actions CI and track to completion
Monitors GitHub Actions CI status and tracks until completion.
Usage
# Check CI status
gh pr checks
Basic Examples
# Check CI after creating PR
gh pr create --title "Add new feature" --body "Description"
gh pr checks
Collaboration with Claude
# 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"
Example Execution Results
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
Notes
- Check details when failed
- Wait for all checks to complete before merging
- Re-run `gh pr checks` as needed
Read more
description: 'Monitor GitHub Actions CI and track to completion. Trigger with "PR check status?", "show CI results", "did tests pass?", "build succeeded?", "check status", "Actions results?".' allowed-tools: - Bash(gh pr checks *) - Bash(gh run *) - Bash(gh pr view *)
Monitor GitHub Actions CI and track to completion
Monitors GitHub Actions CI status and tracks until completion.
Usage
# Check CI status gh pr checks
Basic Examples
# Check CI after creating PR gh pr create --title "Add new feature" --body "Description" gh pr checks
Collaboration with Claude
# 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"
Example Execution Results
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
Notes
- Check details when failed
- Wait for all checks to complete before merging
- Re-run `gh pr checks` as needed
A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.
Repo: wasabeef/claude-code-cookbook
Other skills on claude-code-cookbook.
- /analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?", "check module coupling", "find layer violations". Generates dependency matrix, fan-in/fan-out analysis, and prioritized
Open skill - /analyze-performance
Performance analysis based on Core Web Vitals with UX scoring. Trigger with "analyze performance", "improve speed", "check Core Web Vitals", "page speed", "improve LCP", "identify performance issues".
Open skill - /check-fact
Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".
Open skill - /check-prompt
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
Open skill - /commit-message
Generate commit messages from staged changes. Trigger with "suggest commit message", "generate commit message", "what should the commit say?", "write commit message".
Open skill - /context7
Search technical documentation via Context7 MCP. Trigger with "check the docs", "look up documentation", "how to use this library?", "API reference".
Open skill

