What problem does it solve?
This Skill solves the clutter and risk of manual cleanup of orphaned Google Drive folders under the ACE/ directory that are no longer referenced by active Connect opportunities, eliminating the chance of accidentally deleting active project folders during ad-hoc cleanup.
Core Features & Use Cases
- False Positive-Free Orphan Detection: Diffs the ACE/ folder list against the current live opp set, and probes folders to confirm they are actual opp-shaped folders (contain opp.yaml or an inputs/ subfolder) before flagging them as orphans, avoiding false positives from shared folders like templates or video libraries.
- Confidence Scoring & Triage Reporting: Scores orphan candidates by confidence level, generates a human-readable markdown triage report and machine-readable YAML report for review, and only proposes high-confidence confirmed opp orphans for deletion.
- Reversible Safe Trashing: When given human-approved folder IDs, trashes only the specified folders via Google Drive's API, with 30-day recovery via the Drive bin, and validates that trashed folders are removed post-operation.
Quick Start
Invoke the sweep-drive skill after completing a sweep-live-set run to generate a triage report of orphaned ACE Drive folders for human review, or execute approved trash operations if you have explicit human sign-off.