deslop

Remove AI-generated code artifacts from a git diff against main.

1|Updated May 13, 2018
One-click install
npx skills add https://github.com/hujw77/dotfiles --skill deslop-hujw77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deslop
Source: https://github.com/hujw77/dotfiles/tree/main/home/.config/claude/skills/deslop
Command: npx skills add https://github.com/hujw77/dotfiles --skill deslop-hujw77

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes AI-generated code slop from the current branch, making code cleaner and more human-readable.

Core Features & Use Cases

  • Identify and remove extraneous AI-generated comments that are inconsistent with the project.
  • Eliminate defensive checks, type workarounds, and verbose naming to improve readability and maintain consistency.
  • Review diffs against main, apply targeted cleanup, and generate a concise summary of changes.

Quick Start

Run a diff against main and remove AI-generated slop from the current branch.

Frequently Asked Questions about deslop

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

FAQPage Schema
How do I remove AI-generated code slop from my git diff?

AI code slop manifests as extraneous comments, unnecessary defensive checks, type workarounds, verbose naming, and style inconsistencies that make code less human-readable and harder to maintain across a project.

What is AI-generated code slop and how does it affect code reviews?

AI code slop manifests as extraneous comments, unnecessary defensive checks, type workarounds, verbose naming, and style inconsistencies that make code less human-readable and harder to maintain across a project.

How to clean up AI artifacts and normalize style consistency in a branch?

You can clean up AI-assisted code during a code review by scanning the git diff against main to detect and remove style inconsistencies and AI artifacts, improving overall readability without altering core logic.

Can I use code cleanup tools to remove extra comments from AI-assisted code reviews?

The cleanup process targets defensive checks, type workarounds, verbose naming, and extra comments. It scans the branch diff, applies edits to remove these artifacts, and generates a concise summary of the changes made.

What specific patterns does code cleanup remove from AI-generated branches?

The cleanup process targets defensive checks, type workarounds, verbose naming, and extra comments. It scans the branch diff, applies edits to remove these artifacts, and generates a concise summary of the changes made.