Skip to main content

docblock-rewrite

Use this skill when the user asks to "rewrite docblocks", "convert PHPDoc/JSDoc to plain English", "make doc comments friendlier", "strip jargon from docblocks", "simplify code comments for non-technical readers", "one-line comments instead of doc blocks", or invokes the /docblock-rewrite command. Converts PHPDoc and JSDoc /** ... */ blocks into single-line // comments a non-technical reader can understand. Two engines under the same rules: interactive Read/Edit walk for small jobs (1-20 files) and a bundled bash + perl runner for bulk jobs (20+ files). Banned-word list enforces plain English; 100-char cap enforces brevity; @internal/@deprecated/@ignore opt-outs honored. File-level docblocks recognized via @file/@package/@module or post-block declare/namespace/use/import lines.

Jump to install

Source facts

Repository
chrismccoy/skills
Last source activity
June 16, 2026 at 16:29
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.