Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Audit and quality-gate scripts for the template research framework. Covers documentation linting, filepath audits, mock-usage checking, template drift, and confidentiality / git-guard checks.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -59% | 0% |
Audit and quality-gate scripts in scripts/audit/.
Load this skill when you need to:
| Script | Exit 0 means | |--------|-------------| | lint_docs.py | All doc lints pass | | check_tracked_projects.py | No private projects staged/committed | | check_template_drift.py | Exemplars are up-to-date | | verify_no_mocks.py | No prohibited mock-framework imports/calls detected |
All scripts use parents[2] from scripts/audit/ — three levels to repo root.
check_tracked_all.py runs in pre-push and composes every resource-pool guard;keep each constituent check fast.
audit_documentation.py is advisory; non-zero exit is a warning, not a gate.copy_exemplar.py modifies tracked files — review diff before committing.verify_no_mocks.py --inventory --max-dependency-replacements 0 is blockingin CI. The default lexical pass and the semantic zero-debt gate are distinct contracts; environment isolation remains separately classified.
Other measured skills in the registry, with their headline benchmark lift.