Skip to content
Development
Skill

/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?".

From plugin
claude-code-cookbook
1.1k200 skills9 agents39 commands8 MCP
Install
$ npx -y skills add wasabeef/claude-code-cookbook --skill pr-checks --agent claude-code

How 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.md
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
Read more
Ships withclaude-code-cookbook

A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.

Get the whole plugin