Prune Comments

Zero-tolerance comment eradication and structural refactoring. Enforces a strict "code speaks for itself" paradigm. Deletes ALL inline comments. If a comment explains complex logic, a platform quirk, or a constraint, you MUST refactor the code (extract methods, add runtime assertions, use custom exception messages, or rename types) to make that reality executable or structurally obvious. Takes an optional argument scoping the pass: a file or directory path, a PR number/URL, a branch name, or "full repo"/"repo".

austek Updated

File contents

austek/claude-skills/tree/main/dev-utilities/prune-comments commit 0a8e4b5115

Frequently asked questions

npx skillmds@latest add austek/prune-comments