Check CI

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

stillwater-sc Updated

File contents

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

stillwater-sc/mpadao-template/tree/main/.claude/skills/check-ci commit c73bdfc8b5

Frequently asked questions

npx skillmds@latest add stillwater-sc/check-ci