Stop coding agents from writing prolix comments

nvader1 pts0 comments

GitHub - DanverImbue/crispy-comments: A Claude Code skill that prunes code comments down to what helps future maintainers. · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

DanverImbue

crispy-comments

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>2 Commits<br>2 Commits

.gitignore

.gitignore

README.md

README.md

SKILL.md

SKILL.md

install.sh

install.sh

View all files

Repository files navigation

crispy-comments

A Claude Code skill that prunes code comments down to what actually helps future maintainers.

It reviews the comments added or changed on the current branch's diff and removes:

incidental history, defensive justification, and correctness arguments

comments that restate facts likely to change (subclass counts, variant lists, call sites)

commented-out code (version control already remembers it)

ASCII-art banners and box-drawing section dividers

Install

curl -fsSL https://raw.githubusercontent.com/DanverImbue/crispy-comments/main/install.sh | bash

This drops SKILL.md into ~/.claude/skills/crispy-comments/ (override with CLAUDE_SKILLS_DIR).

Usage

In Claude Code, invoke it with:

/crispy-comments

It applies only to the current branch of the current repository.

About

A Claude Code skill that prunes code comments down to what helps future maintainers.

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Shell<br>100.0%

You can’t perform that action at this time.

comments code crispy skill reload claude

Related Articles