slop-fix

Automate fixing high-confidence code quality issues from slop scans.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dmzoneill/skills --skill slop-fix-dmzoneill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slop-fix
Source: https://github.com/dmzoneill/skills/tree/main/slop-fix
Command: npx skills add https://github.com/dmzoneill/skills --skill slop-fix-dmzoneill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automatically identifies and fixes common, high-confidence code quality issues (slop) in your codebase, improving maintainability and reducing technical debt.

Core Features & Use Cases

  • Automated Code Cleanup: Fixes issues like unused imports, unused variables, bare except clauses, empty except clauses, and dead code.
  • Configurable Fixes: Allows setting minimum confidence levels, limits on the number of fixes, and dry-run options.
  • Use Case: After running a code scan, use this Skill to automatically apply all high-confidence fixes, saving developers time on routine code maintenance.

Quick Start

Run slop-fix to automatically apply all high-confidence code quality fixes.

Frequently Asked Questions about slop-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix unused imports and dead code in Python?

Automated code cleanup tools can identify and fix unused imports, dead code, and bare except clauses in Python. This Skill applies high-confidence fixes to reduce technical debt and improve maintainability without manual refactoring.

Can I run a dry run before automatically applying code quality fixes?

Yes, dry runs are supported alongside configurable confidence thresholds and limits on the number of fixes applied. You can verify changes before execution and optionally integrate with git commit for version control.

What is the best way to automate refactoring bare except clauses and empty except clauses?

Refactoring bare except and empty except clauses is automated by targeting high-confidence code quality issues. This Skill addresses these specific error handling patterns along with unused variables to improve codebase health.

How do I configure confidence thresholds for automated code review fixes?

Confidence thresholds are configurable to ensure only high-certainty issues are fixed. You can set minimum confidence levels and apply limits on the total number of fixes to control the scope of automated refactoring.

Does automated code cleanup support git commit integration?

Git commit integration is optionally supported when applying code quality fixes. This allows you to automatically commit changes after unused imports, variables, and dead code are resolved directly through the script.