cyberneticlibrary

Monitor CI/CD workflows and actions

actionscommandsetup L15
POWERFULMOVES/PMOVES.AI
What it does

Check GitHub Actions CI/CD workflow status and manage runs

Best for

Monitoring build failures and checking PR checks without opening the GitHub web UI

Inputs
  • · Optional workflow name (e.g., 'build', 'ci.yml')
  • · Optional run_id for specific run inspection
Outputs
  • · Workflow status table (workflow, branch, status, duration, triggered)
  • · Failed runs summary with error details
  • · Pending runs list
Requires
  • · gh CLI (gh run list, gh workflow view, gh run view, gh pr checks)
  • · GitHub Actions API
Preconditions
  • · gh CLI authenticated with repo access
  • · GitHub Actions enabled on repository
Failure modes
  • · gh CLI not authenticated
  • · Repository not found
  • · No workflow runs yet in repo
Trust signals
  • · Lists actual PMOVES workflow names (docker-build.yml, smoke-tests.yml, deploy-prod.yml)
  • · Provides debugging steps (get failure summary, view logs, re-run failed jobs)
  • · Multi-status legend (Success, Failure, Pending, Cancelled, Skipped)