creating-branches-and-prs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited creating-branches-and-prs (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.
Both branches and PR titles use the same format:
<type>-<issue_number>-<short-description>| Type | When | Maps to label |
|---|---|---|
feat | New functionality | enhancement |
fix | Bug fix | bug |
chore | Maintenance, CI, deps, migrations | chore |
| Issue | Branch / PR title |
|---|---|
| #8 Add repo_type column | chore-8-repo-type-column |
| #9 dbt render_models | feat-9-dbt-render-models |
| #11 Indexer reindex_files | feat-11-indexer-reindex-files |
| #14 Tests for reindex | feat-14-reindex-on-save-tests |
git checkout main
git pull origin main
git checkout -b <type>-<issue_number>-<short-description>Link the PR to its issue using Closes #<number> in the body. This auto-closes the issue on merge.
gh pr create \
--title "<type>-<issue_number>-<short-description>" \
--body "$(cat <<'EOF'
Closes #<issue_number>
## Summary
<1-3 bullet points>
## Test plan
<checklist from the issue's Test Plan section>
EOF
)"See PR-TEMPLATE.md for the full template.
Before creating a branch or PR, verify:
enhancement → feat, bug → fix, chore → chore)mainCloses #<number>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.