Skip to main content

update-docs

Update inline documentation for uncommitted code changes. Use after modifying code or when documentation needs sync.

Jump to install

Source facts

Repository
anilcancakir/claude-code-plugins
Last source activity
January 26, 2026 at 13:27
Detected SKILL.md language
English
Stars
6
Forks
1

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.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
update-docs
description
Update inline documentation for uncommitted code changes. Use after modifying code or when documentation needs sync.
context
fork
agent
doc-updater
# Documentation Update Task Update documentation for all uncommitted code changes. ## Steps 1. Run `git diff --name-only` to identify modified files 2. For each code file: - Detect existing documentation style (see references/doc-patterns.md) - Find new/modified functions, classes, methods - Add or update documentation blocks 3. If `/docs` folder exists: - Check if changed code has corresponding docs - Update affected documentation files - Do NOT modify README.md, CHANGELOG.md, LICENSE 4. Report all changes made ## Reference Documents For documentation patterns by language, read: - `references/doc-patterns.md` - Format examples for each stack ## Documentation Style Matching Always match the existing documentation style in the file: - If PHPDoc exists, use PHPDoc - If JSDoc exists, use JSDoc - If no existing docs, detect from file extension ## Output Requirements Return a report listing: - Files modified - Docblocks added/updated - Summary counts
View on GitHub