committing-changes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited committing-changes (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.
From inside the repo, run the installer that ships with this skill:
bash <skills>/committing-changes/scripts/install-hooks.shThis copies commit-msg and pre-push into .git/hooks/ and makes them executable. Idempotent.
Then install the PR-size CI workflow:
bash <skills>/committing-changes/scripts/install-pr-size-workflow.shThis drops .github/workflows/pr-size.yml and appends .gitattributes exclusions. Idempotent.
main, switch to a feature branch: git checkout -b <type>/<description>Valid type prefixes: feat, fix, refactor, docs, test, chore, infra, ai-native.
ruff format && ruff check for Python, golangci-lint run for Go, forge fmt && solhint for Solidity). The pre-commit hook (if installed) runs the project's full quality gate. git add <specific paths>
git commit -m "<subject conforming to rules below>"
git push -u origin <branch> git fetch origin main
git merge origin/mainResolve conflicts; commit the merge; push.
gh pr list --head <branch>
gh pr create --fill # if no PR exists yet git fetch --prune
git branch --merged main | grep -v '^\*\|main' | xargs -r git branch -dpre-push hook blocks this.--force, no --force-with-lease. Create new commits instead..github/workflows/pr-size.yml.commit-msg hook):Co-Authored-By: lines.Each rule traces to a specific failure mode:
main, every change is reviewable.shell-discipline — issue these git/gh commands one per call, no && chains.engineering-philosophy — "Small Steps" and "Investigate, Don't Mask" map directly to one-logical-change-per-commit and don't-disable-failing-hooks.main/master.linguist-generated/linguist-vendored entries appended to .gitattributes so GitHub collapses generated files in PR diffs..gitattributes block.commit.md command verbatim.rules/git.md verbatim.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.