What problem does it solve? When someone asks "Is this a good codebase?", a vague or cheerleading answer is useless. This Skill produces an honest, evidence-grounded quality verdict by gathering real metrics and smell signals instead of relying on README marketing or stale impressions. ## Core Features & Use Cases - Structural Metrics Gathering: Collects file counts, lines of code per language, largest files, and test-to-code ratios in a single shell pass. - Smell Signal Analysis with Reframing: Counts TODO/FIXME markers and unwrap/panic calls, then segments them by test versus production paths so scary aggregates are not misread. - Balanced Verdict: Delivers a direct answer with verified strengths backed by numbers plus at least one specific, actionable weakness. - Use Case: A developer inherits an unfamiliar Rust repository and asks whether the code quality is good. The Skill inspects file-size concentration, dependency hygiene in manifests, commit history, and docs, then reports that the codebase is solid overall but has an 11,000-line god-file as its main weakness. ## Quick Start Ask the agent to evaluate this repository and tell you honestly whether it is a good codebase with evidence.