kramme:deslop

Scan diffs and remove AI-generated code slop from branches.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-deslop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:deslop
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Adeslop
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-deslop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove AI-generated code slop from a branch to keep code clean, readable, and consistent.

Core Features & Use Cases

  • Automated slop detection: Uses the kramme:deslop-reviewer agent to identify AI-generated slop in changed files.
  • Automated cleanup: Removes unnecessary comments, excessive defensive checks, and incorrect type casts.
  • Quality reporting: Presents a concise summary of changes and lists modified files for review.

Quick Start

Run kramme:deslop on your feature branch to scan the diff against main, apply fixes, and report the results.

Frequently Asked Questions about kramme: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 feature branch?

Automated code slop removal works by scanning branch diffs against main, using an internal reviewer agent to identify AI-generated artifacts like unnecessary comments and misplaced type casts, then applying targeted fixes and generating a concise change report.

What does automated code cleanup detect in an AI-generated diff?

Automated code cleanup detects AI-generated slop in changed files by identifying unnecessary comments, excessive defensive checks, and incorrect type casts, then removing them to maintain code consistency and readability.

Can I integrate AI code slop detection into my existing code review workflow?

Yes, AI code slop detection operates directly within code review workflows to scan diffs, apply automated fixes to changed files, and present a concise summary of modified files for review.

Do I need any external dependencies to automate code slop cleanup?

No external dependencies are required to automate code slop cleanup; the process relies entirely on an internal reviewer agent to identify slop, apply fixes, and generate a change report without needing additional components.

What is the best way to clean up unnecessary comments and type casts introduced by AI?

The best way to clean up unnecessary comments and type casts introduced by AI is to run an automated slop removal process that scans your branch diffs, applies targeted cleanups, and generates a summary report of modified files.