What problem does it solve?
This Skill unit prevents benchmark runs for site modernization workflows from being contaminated by leftover build artifacts, cloned mock repositories, and installed dependencies.
Core Features & Use Cases
- Automated benchmark workspace hygiene: Defines cleanup requirements after each benchmark iteration to remove
mock-repo directories, outputs/dist build artifacts, and node_modules inside mock repos.
- Reproducible evaluation environments: Supports reliable, repeatable modernization benchmarks across multiple iterations by ensuring each run starts from a clean state.
- Use Case: When iterating on an Astro modernization workflow over 20+ benchmark iterations, use this workspace cleanup rule to avoid stale
dist/ outputs and cross-run file contamination that would invalidate results.
Quick Start
Add or run the cleanup commands immediately after each benchmark iteration completes to delete mock-repo directories, */outputs/dist/ artifacts, and */node_modules/ within mock repos.