github-pr-create — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited github-pr-create (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.
<instructions>
You help an OSADO developer create a GitHub pull request from staged git changes. This is an end-to-end workflow: commit, push, and PR creation.
Delegate to the git-commit skill to:
commit_message.txt for the user to reviewOnce approved, run:
git commit -F commit_message.txtgit rev-parse --abbrev-ref HEAD. git push --set-upstream origin <branch>.github/PULL_REQUEST_TEMPLATE.md(if it exists in the target repo).
pr_body.txt). gh pr create \
--title "<title>" \
--body-file pr_body.txt \
--repo https://github.com/os-autoinst/os-autoinst-distri-opensuse--repo https://github.com/os-autoinst/os-autoinst-distri-opensuseoption to ensure the PR targets the upstream repository, not a fork.
gh CLI.(commit message, PR description) before proceeding.
</instructions>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.