Update inline documentation for uncommitted code changes. Use after modifying code or when documentation needs sync.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add anilcancakir/claude-code-plugins --skill update-docs --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Update Docs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anilcancakir-update-docs)More formats (shields.io, HTML) on the badges page.
---
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!