house-rules — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited house-rules (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.
Studio Moser conventions for code changes. This is the single source of truth — pm:dev-task and pm:sprint-dev both defer here, so changing a convention here changes it everywhere.
gh repo view --json defaultBranchRef -q .defaultBranchRef.namemain/master.{type}/{short-desc} — a Gitflow type prefix, then a kebab-case summary. Pick the prefix by intent:feature/ — new functionality (feature/dark-mode-toggle)bugfix/ — fix a non-urgent bug (bugfix/settings-crash-on-rotation)hotfix/ — urgent fix to ship straight away (hotfix/login-500)release/ — release prep (release/1.4.0)chore/ — tooling, deps, docs, refactors with no behavior change (chore/bump-eslint)pulse/{cluster}-{date} prefix — that's expected.Conventional Commits, present tense, one logical change per commit:
fix: resolve iPad settings crash on rotationfeat: add dark mode toggle to preferencesrefactor: extract auth middleware into shared moduletest: cover empty-input path for parserdocs: document the dev-task workflowCommit incrementally as you go — don't batch an entire feature into one commit.
Fix iPad settings crash on rotation).## What
<what changed, in 1-3 bullets>
## Why
<the problem / the ask>
## Testing
<commands run + result; screenshots for UI>gh pr create --title "…" --body "…". Link the issue/card if there is one.Applies to docs, notes, specs, and any file you create whose name you control.
Design Notes.md, Release Checklist.md.Design_Notes.md.Design_Notes-v2.md, API_Reference-Authentication.md, Status_Report-2026-06-12.md.SUMMARY.md → Summary.md, NOTES.md → Notes.md.README.md, CLAUDE.md, AGENTS.md, SKILL.md, LICENSE, Makefile, etc.Before every commit, confirm:
A repo's own CLAUDE.md / AGENTS.md wins over this file. Read it first; if it sets a different branch prefix, commit style, or test command, follow the repo.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.