Loading...
Loading...
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL. Originally from OpenAI's curated skills catalog.
npx skill4agent add trailofbits/skills-curated openai-gh-fix-cicreate-plangh auth logingh auth statusrepo.prghpython "{baseDir}/scripts/inspect_pr_checks.py" --repo "." --pr "<number-or-url>"--jsongh auth statusgh auth logingh pr view --json number,urlpython "{baseDir}/scripts/inspect_pr_checks.py" --repo "." --pr "<number-or-url>"--jsongh pr checks <pr> --json name,state,bucket,link,startedAt,completedAt,workflowghdetailsUrlgh run view <run_id> --json name,workflowName,conclusion,status,url,event,headBranch,headShagh run view <run_id> --loggh api "/repos/<owner>/<repo>/actions/jobs/<job_id>/logs" > "<path>"detailsUrlcreate-plangh pr checkspython "{baseDir}/scripts/inspect_pr_checks.py" --repo "." --pr "123"python "{baseDir}/scripts/inspect_pr_checks.py" --repo "." --pr "https://github.com/org/repo/pull/123" --jsonpython "{baseDir}/scripts/inspect_pr_checks.py" --repo "." --max-lines 200 --context 40