What problem does it solve? Repositories accumulate cruft over time: garbage-named files, stale handover and plan documents, unreferenced projects, and leftover archived directories. Removing everything at once is risky, so this Skill audits the repo read-only, classifies every finding, and produces an incremental, one-issue-at-a-time cleanup plan. ## Core Features & Use Cases - Whole-repo hygiene audit: Scans tracked files for junk names, root clutter, stale docs, dead C# projects, and undecided archived directories. - Classified findings: Tags each finding as DELETE, ARCHIVE, MOVE, KEEP, or UNSURE with a LOW/MEDIUM/HIGH risk level. - Approval-gated GitHub issues: Files one epic plus one child issue per work unit with the maintenance label, each stating what to remove, how to verify, and how to roll back. - Use Case: After a large feature lands, run the audit to find 3 corrupted filenames, an empty test project, and 20 stale handover docs, then file ordered cleanup issues so a developer removes each item with a green build between steps. ## Quick Start Ask the agent to clean up the repo and it will run the audit checklist and return a categorized cleanup plan for your approval.