What problem does it solve? CI pipelines that look green but cannot be trusted waste engineering time and let regressions slip through. This Skill performs a deep audit of a repository to expose test theater, missing or mis-scoped tests, flaky-test risks, dependency brittleness, and structural debt that prevent pull requests from going green safely. ## Core Features & Use Cases - CI Workflow Audit: Verifies workflow YAML, job dependency graphs, matrix configurations, caching, and command correctness against the actual repo tooling. - Test Quality Analysis: Detects test theater, mutation-weak assertions, environment-sensitive tests, hidden shared state, and nondeterminism sources. - Evidence-Based Findings: Requires exact file path and line evidence for every finding, with candidates classified as CONFIRMED, DISPROVED, UNVERIFIED, or PRE_EXISTING by an independent reviewer pass. - Use Case: Before merging a large refactor, run the audit to produce a tech-debt-report.md listing current PR blockers, flaky-test risks, and a prioritized remediation order to restore trustworthy CI. ## Quick Start Run a deep technical debt and CI stability audit of this repository and write the findings to tech-debt-report.md.