Reduce Comments — Documentation skill for Claude Code
Cut new code comments down to what earns its place — why over what, inline over doc blocks, standard labels.
How to install Reduce Comments
Installs to ~/.claude/skills/zieka-ike-reduce-comments/SKILL.md
mkdir -p ~/.claude/skills/zieka-ike-reduce-comments && curl -fsSL https://raw.githubusercontent.com/zieka/ike/HEAD/commands/reduce-comments.md -o ~/.claude/skills/zieka-ike-reduce-comments/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Reduce Comments does
description: Cut new code comments down to what earns its place — why over what, inline over doc blocks, standard labels.
of the new code lets reduce the word count on the code comments.
if the code is already self explanitory we might not need a comment. In most cases we dont because we can refrence git history and pull request history.
If a code comment is necessary, prefer an inline comment over a doc block unless you are documenting a public API (function, class, module, etc.)
Alternatives in Documentation
- Docx — Create, edit, and analyze Word documents with tracked changes, comments, and formatting 94.1k ★
- Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
- Review Docs — Review and improve documentation (docstrings and comments) in a file 2.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
J Docs
Documentation consultation — technical writing, API docs, and changelogs. Use when writing docs, generating Op
Explain Plan
Convert a plan doc into a self-contained interactive HTML explanation (Mermaid diagrams, blast-radius map, ste
Initref
by okuvshynov - Initializes reference documentation structure with standard doc templates, API reference setup
Generate Docs
Gera documentação automática para crates Rust e módulos Flutter do GarraRUST. Produz doc comments, README de c
Gdoc Comment Extractor
Claude Code skill to extract all comments, suggestions, and tracked changes from a Google Doc into a CSV
Massu Doc Gen
Generate JSDoc comments, README sections, and API docs for undocumented code
Related Agents
Review Comments
Aggressively reviews inline code comments in the diff — flags comments that are unnecessary, redundant, stale,
Finalisation Coordinator
Phase 3 INLINE orchestrator: syncs the branch, runs the verify-phase test gate, chatgpt-pr-review, doc-sync sw
Comment Verifier
Adversarial post-loop verifier — grades the QUALITY of inline source doc-comments (XML , JSDoc, docstrings, sh