What problem does it solve?
This Skill helps maintainers interpret automated repo-hygiene findings and scope a minimal, safe cleanup batch so reviewers can approve changes without risking important or runtime-owned files. It prevents premature or destructive edits by emphasizing read-only triage and risk classification.
Core Features & Use Cases
- Read-only triage: Ingest pnpm review:repo-hygiene artifacts and summarize findings without modifying the repository.
- Categorization and risk scoring: Group findings by category and confidence, and separate high-risk or uncertain items from low-risk cleanup candidates.
- Minimal cleanup recommendation: Propose the smallest set of files that can be safely removed or deprecated, along with follow-up checks for certainty.
- Use Case: After running pnpm review:repo-hygiene, use this Skill to turn the report into a one-page recommendation that a reviewer can action or request further validation on.
Quick Start
Run pnpm review:repo-hygiene, provide the generated report artifacts, and ask for a grouped, confidence-rated cleanup recommendation that avoids any file modifications.