What problem does it solve? Replit workspaces accumulate stale subrepl-* and agent/* branches, closed-but-unmerged pull requests, inconsistent filenames, and detritus folders like attached_assets/. Deleting by name pattern or pruning early destroys evidence and risks losing unmerged work. This Skill provides a read-only-first, evidence-led workflow that classifies every branch and file action before anything destructive happens. ## Core Features & Use Cases - Branch and PR classification: Sorts every non-current branch into keep, merge, delete, or review buckets using verified Git facts and GitHub CLI pull-request state, never inferring abandonment from a failed lookup. - Naming and detritus audit: Flags kebab-case violations while preserving structural exceptions (PascalCase .tsx components, camelCase useFoo.ts hooks, root governance files, tool-required and web-standard names), and triages detritus folders before disposal. - Verified safe execution: Runs a pre-delete check that compares the reviewed branch head SHA against the freshly read tip, emits remote-first deletion commands, and refuses early pruning, force-pushes, or main rewrites. - Use Case: A user asks to "decrapify this Repl" with dozens of subrepl-* branches. The Skill runs the bundled audit script, resolves PR state with gh, presents an exact keep/merge/delete/review plan, and executes only the line items the owner explicitly approves. ## Quick Start Ask the agent to audit this Repl's branches, pull requests, filenames, and detritus folders and present a cleanup plan before deleting anything.