What problem does it solve? After running multiple codebase audits, teams lack a single explainable number that summarizes repository health. This Skill converts completed Architect Playbook audit findings into one deterministic Repository Quality Score with category breakdowns, coverage metrics, and an explanation of every deduction or exclusion. ## Core Features & Use Cases - Deterministic scoring: A bundled Python calculator owns all numeric decisions using a versioned score-policy.json, so identical inputs always produce identical scores. - Multi-worktree discovery: Finds audit reports across the current directory and every registered Git worktree, excluding results from other commits. - Status classification: Labels results as official, provisional, or unavailable based on evidence completeness, and never invents a score when audits are missing. - Use Case: After running security, testing, and performance audits in parallel with --worktree, run this Skill to produce score.md and score.json showing an overall score, per-category scores, and which missing audits reduce coverage. ## Quick Start Ask the assistant to calculate the repository quality score from the completed audit findings and show which categories lowered it.