cleanup-slop

Installation
SKILL.md

Surgically remove unhelpful comments without touching code. The good comments — workarounds, invariants, citations, non-obvious WHYs — stay. The bad ones — restating code, narrating in-motion edits, AI-generated platitudes — go.

Core rule: a useful comment tells a future reader something they couldn't get by reading the code itself. Everything else is noise.

Preflight

  1. Language detect — comment syntax differs but the patterns are universal.
  2. Git state: refuse on dirty tree.
  3. Report dir: ensure exists.
  4. No code changes: this skill ONLY edits comments. If a "comment fix" requires changing code, surface to user instead.

Detect

Use grep + heuristics. There's no perfect tool — this is mostly pattern matching.

Patterns to find (HIGH-confidence slop)

Installs
2
GitHub Stars
78
First Seen
2 days ago
cleanup-slop — raintree-technology/claude-starter