GitHub CI Fix Debugging — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited GitHub CI Fix Debugging (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use gh CLI to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure, propose a fix plan, and implement after explicit approval.
Authenticate with the GitHub CLI:
gh auth login # Ensure repo + workflow scopes
gh auth status # Verify authenticationgh auth statusIf unauthenticated, ask the user to run gh auth login with repo + workflow scopes.
# Current branch PR
gh pr view --json number,url
# Or use a specific PR number
gh pr checks <pr-number># List all PR checks with status
gh pr checks <pr> --json name,state,bucket,link,startedAt,completedAt,workflow
# For each failing check, get the run details
gh run view <run_id> --json name,workflowName,conclusion,status,url
# Fetch the logs
gh run view <run_id> --logdetailsUrl is not a GitHub Actions run, label it as externalFor each failing check, provide:
Draft a concise plan including:
# After fixes, verify checks pass
gh pr checks <pr>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.