What problem does it solve? Inheriting or resurrecting a repository leaves you without a map of where the technical debt actually concentrates. This Skill performs a structured, whole-repo architecture and tech-debt audit, producing a ranked findings report with file:line citations instead of vague best-practice advice. ## Core Features & Use Cases - Phased audit protocol: Orients via README, manifests, and git churn history, then audits across 13 dimensions including architectural decay, test debt, security hygiene, idiom debt, and data integrity. - Cited, ranked findings report: Writes docs/reviews/PROJECT_REVIEW.md with severity and effort estimates, quick wins, top-5 fixes, and a required "looks bad but is actually fine" section. - Stable finding IDs and repeat runs: Derives finding IDs from git history so regenerated reports never collide with IDs cited in commit messages, and marks resolved/new findings on subsequent runs. - Use Case: You just inherited an unfamiliar repo and ask "what should I work on next?" The Skill scans churn hotspots, runs stack-specific linters and audit tools, and delivers a prioritized debt report you can feed into issue creation. ## Quick Start Run /project-review in the repository you want audited and it will write the full findings report to docs/reviews/PROJECT_REVIEW.md.