gh-issue-publish — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gh-issue-publish (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.
This skill publishes a GitHub issue from a markdown file in .ai/gh_issues/ created by the gh-issue-bug or gh-issue-improvement skills.
$1 is provided and non-empty, use it as the file path..ai/gh_issues/*.md path mentioned — this is typically the output of a preceding /gh-issue-bug or /gh-issue-improvement invocation.Execute:
.claude/skills/gh-issue-publish/script/gh-issue-publish.sh <file-path>The script handles everything deterministically:
gh auth status# prefix)bug or enhancement label)gh issue createOn success (output starts with OK):
Report to the user:
OK line)LABEL line)On failure (output starts with ERROR):
Report the error and suggest remediation:
gh auth logingh-issue-bug (## Steps to Reproduce, ## Root Cause, etc.) and gh-issue-improvement (## Motivation, ## Proposed Changes, etc.) to detect the issue type. If those skills change their templates, the detection patterns in the script must be updated accordingly.gh CLI infers the target repository from the current git remote. No --repo flag is needed when running from within the repo clone.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.