github-fix-issue — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited github-fix-issue (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.
A structured workflow for analyzing, fixing, and submitting a PR for a GitHub issue. This skill uses the GitHub CLI (gh) for all GitHub interactions.
gh issue view <number> to get full issue details (title, body, labels, comments)Before jumping into code, gather context — understanding what's been tried or discussed prevents duplicate work and surfaces useful patterns:
gh pr list --search "<keywords>"Think through how to break the issue into small, manageable tasks. Document your plan in a scratchpad file:
fix/issue-123-description)Thorough testing prevents the fix from introducing new problems:
gh pr create# View issue details
gh issue view 123
# Create a branch
git checkout -b fix/issue-123-description
# Open a PR that closes the issue
gh pr create --title "Fix: description" --body "Fixes #123"
# Request review
gh pr edit 456 --add-reviewer username~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.