create-pr-github — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-pr-github (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.
Create a GitHub pull request from the current branch using a description provided by the user.
$ARGUMENTS is the PR description — a sentence, bullet points, or a paragraph explaining what the PR does and why. If $ARGUMENTS is empty, ask the user to provide a description and stop.
Steps:
gh is installed and authenticated by running gh auth status. If not, tell the user and stop.git rev-parse --abbrev-ref --symbolic-full-name @{upstream} to check if an upstream is set.git push -u origin HEAD to push and set tracking.git push to make sure the remote is up to date.gh pr view --json url,number 2>/dev/null.gh pr create --title "<title>" --body "<description>" to open one.gh pr edit --title "<title>" --body "<description>" to update it.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.