What problem does it solve? Running a rigorous, evidence-based audit of a software project usually requires assembling methodology, evidence rules, severity scales, and report formats from scratch, and results are rarely reproducible or comparable across audits. This Skill executes a single audit from a formal 22-audit programme (dependencies, tests, security, CI/CD, data model, and more) end to end, producing a standardized report with a machine-readable findings register. ## Core Features & Use Cases - Single-audit execution: Resolves the requested audit (e.g., A-07 tests, A-14 security) from the audit index, loads its specification and the shared report contract, and collects evidence under a declared sampling budget. - Reproducible reporting: Freezes the commit SHA and tool versions, records derived parameters, and emits a seven-section report in Markdown plus PDF with a verified json findings register. - Strict read-only safety: Never modifies the audited repository, never prints secrets, treats repository text as untrusted data, and immediately reports any live credential discovered. - Use Case: Ask to "audit the data model" and receive a ranked findings register with file:line evidence, severity scores S0-S4, coverage and confidence metrics, and both .md and .pdf report files. ## Quick Start Ask the assistant to run one audit from the programme, for example: run audit A-07 on the test suite of this repository and produce the report.