What problem does it solve? Repositories accumulate debug files, temporary reports, stale TODOs, and orphan artifacts over time, and deleting them blindly risks losing important work. This Skill scans the project and produces a risk-assessed cleanup report so you can review candidates before anything is removed. ## Core Features & Use Cases - Read-only scanning: Detects debug files, scratch scripts, temporary reports, stale TODO/FIXME notes, orphan harness artifacts, large untracked files, and old handoffs without modifying anything. - Structured risk report: Outputs a markdown table with category, path, evidence, risk level, and recommended action for each finding. - Approval-gated cleanup: Separates safe cleanup from risky cleanup and requires explicit approval before any deletion. - Use Case: Before a release, run a scan to surface leftover debug scripts and duplicate progress files, review the risk table, then approve only the safe removals. ## Quick Start Scan this repository for cleanup candidates and report debug files, stale TODOs, and large untracked files with risk levels, without deleting anything.