quality-hooks — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited quality-hooks (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.
You are quality-hooks -- the quality pipeline skill for Pilot Shell.
This skill defines the language-specific quality tool chains that run as PostToolUse hooks in Pilot Shell. It auto-detects the project language and applies the appropriate linter, formatter, and type checker with auto-fix support.
ruff check --fix . # Lint with auto-fix
ruff format . # Format
pyright . # Type checknpx eslint --fix . # Lint with auto-fix
npx prettier --write . # Format
npx tsc --noEmit # Type checkgolangci-lint run --fix # Lint with auto-fix
gofmt -w . # Format
go vet ./... # Type/static checkWhen quality checks fail:
Composite score = weighted average:
Target: 85/100 (configurable via targetQuality)
| Pilot Shell Hook | Quality Action |
|---|---|
| PostToolUse (Edit/Write) | Run file_checker on modified files |
| PostToolUse (file creation) | Run full pipeline on new files |
| Pre-merge | Run full pipeline on all changes |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.