deslop_fix
Automatically fix auto-fixable slop patterns in code files by removing verbose comments, debug logging, and unnecessary elements to improve code quality.
Instructions
Automatically fix auto-fixable slop patterns in code files (removes verbose comments, debug logging, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path to fix | |
| dryRun | No | If true, show what would be fixed without making changes |