Simplify Code Comments

Keep code comments signal-only in any programming language — never write comments that restate the code, and delete existing noise comments instead of rewriting them. Use when writing or generating code (to avoid producing filler comments), when asked to clean up, simplify, or remove comments, or when reviewing code for comment noise. Preserves doc comments (JSDoc, docstrings, javadoc, rustdoc, godoc), "why" comments, ticket/ADR anchors, and deprecation notices.

ivklgn f7ad8b9 4.9 KB Updated

File contents

ivklgn/ai-kit/tree/main/skills/simplify-code-comments commit f7ad8b91d3

Frequently asked questions

npx skillmds@latest add ivklgn/simplify-code-comments