Remove AI-generated code slop
deslopskillsetup L1★2,280
rohitg00/pro-workflow ↗What it does
Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, and strips defensive code. Use when cleaning up code, simplifying, removing boilerplate, or before committing.
Best for
Removing AI-generated boilerplate and over-engineering before committing while preserving behavior.
Inputs
- · git fetch origin main git diff origin/main...HEAD --stat git diff origin/main...HEAD
Outputs
- · Reactive state store
- · Type-safe store instance
Requires
- · git
- · npm/pnpm
Preconditions
Domain knowledge, tool/library installed
Failure modes
Type mismatch, invalid schema, missing required fields
Trust signals
- · Testing guidance included