What problem does it solve?
This Skill identifies and helps remove "code slop" – remnants of AI-generated code like unnecessary comments, outdated compatibility hacks, and dead code – that can accumulate and degrade code quality.
Core Features & Use Cases
- Automated Slop Detection: Scans code for specific patterns indicating AI-generated technical debt.
- Categorization & Prioritization: Classifies identified slop into types (e.g., Phase References, Backward Compatibility) and assigns priority levels.
- Removal Plan Generation: Creates a detailed, actionable plan for removing the identified slop.
- Dry Walkthrough Validation: Validates the removal plan without making actual code changes.
- Use Case: After an AI-assisted feature development sprint, use this Skill to perform a cleanup scan, identify and plan the removal of any lingering AI artifacts, ensuring a cleaner codebase.
Quick Start
Run the id-slop skill to scan the current project for AI-generated code slop and generate a removal plan.