Comment Cleanup banner
nmoinvaz nmoinvaz

Comment Cleanup

Development community

Description

--- name: comment-cleanup description: Walk through changed code comments and pick a writing variation for each argument-hint: "[git ref or range]" allowed-tools: Bash, Edit, Read --- Walk through every code comment that was added or modified in the current changes and offer rewriting variations with different levels of conciseness and technical detail ## Arguments `$ARGUMENTS` is an optional git ref or range that scopes which diff to scan: - A single ref (e.g. `main`, `HEAD~3`) → diff `<ref>

Installation

Installs to ~/.claude/skills/nmoinvaz-speedy-gonzales-comment-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nmoinvaz-speedy-gonzales-comment-cleanup && curl -fsSL https://raw.githubusercontent.com/nmoinvaz/speedy-gonzales/HEAD/commands/comment-cleanup.md -o ~/.claude/skills/nmoinvaz-speedy-gonzales-comment-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository