wednesday-git — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wednesday-git (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.
This skill manages the complete lifecycle of a feature or fix. It ensures that every branch, commit, and PR follows the project's quality and automation standards.
sprint)When a dev provides a ticket and wants to start working:
type/name format (e.g., feat/user-auth).Bash(git checkout -b <branch_name>)git-os)When code is ready for an atomic commit:
type(scope?): Description (e.g., feat(auth): Add login endpoint).feat, fix, refactor, perf, docs, style, test, chore.npx --no-install commitlint would pass.pr-create)When the task is finished and ready for review:
npm run lint, format:check, test, and build.type(scope): Description.WED-142). ### Ticket Link
---
### Description
---
### Steps to Test
---
### GIFs (if applicable)
---Bash(git push origin <branch>)Bash(gh pr create --title "<title>" --body "<body>") using the template above.main or develop.codebase-intel risk score is > 80, require explicit confirmation before pushing.Bash for all git and gh operations.Read for package.json and .wednesday/config.json to check for project-specific automation.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.