check-ci

star 1

Check CI status for current branch, a PR, or recent runs

stillwater-sc By stillwater-sc schedule Updated 3/8/2026

name: check-ci description: Check CI status for current branch, a PR, or recent runs argument-hint: "[PR number, branch name, or empty for recent runs]" disable-model-invocation: true allowed-tools: Bash

Check CI status for the MPADAO project:

  1. If $ARGUMENTS is a number, check PR: gh pr checks $ARGUMENTS
  2. If $ARGUMENTS is a branch name: gh run list --branch $ARGUMENTS --limit 5
  3. If no arguments: gh run list --limit 5

For any failed runs: 4. Get the run ID and fetch the log: gh run view --log-failed | tail -100 5. Analyze the failure and identify root cause 6. Summarize: what passed, what failed, the failure reason, and suggested fix

Install via CLI
npx skills add https://github.com/stillwater-sc/mpadao-template --skill check-ci
Repository Details
star Stars 1
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
stillwater-sc
stillwater-sc Explore all skills →