git-workflow-cb59fb — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-workflow-cb59fb (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.
Use this skill for Git workflow decisions and Git operations that affect repository history, collaboration, pull requests, or releases.
AGENTS.md, docs/git-workflow.md, CONTRIBUTING.md, .github/PULL_REQUEST_TEMPLATE*, or release docs, those override this skill.WIP, fixup, or mixed unrelated changes.git commit -S --signoff.--no-verify, --no-gpg-sign, or missing --signoff unless the user explicitly asks.--force-with-lease, never plain --force, and only after confirming the branch is safe to rewrite.git reset --hard, branch deletion, tag deletion, public-history rewrite, or discarding local changes.git status --short before staging, committing, rebasing, merging, or deleting anything.main.git add -p or explicit file paths.Load only the relevant reference:
| Reference | Use For |
|---|---|
references/branching.md | Choosing GitHub Flow, trunk-based, GitFlow, release branches, branch naming |
references/linear-history.md | Fast-forward vs rebase decisions, linear integration, conflict preflight |
references/commits.md | Conventional Commits, atomic commits, signed commits, DCO sign-off, staging |
references/pull-requests.md | Creating PRs, PR descriptions, review responses, merge readiness |
references/conflicts-recovery.md | Merge conflicts, rebase conflicts, stash, revert, reset, reflog recovery |
references/releases.md | Version tags, changelog notes, release branches, release safety |
references/anti-patterns.md | Common Git mistakes to avoid before staging, committing, pushing, or merging |
references/branch-cleanup.md | Explicit branch cleanup requests, merged/stale branch checks, safe local or remote branch deletion |
git commit -S --signoff.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.