update-docs
Installation
SKILL.md
Documentation Update Task
Update documentation for all uncommitted code changes.
Steps
- Run
git diff --name-onlyto identify modified files - For each code file:
- Detect existing documentation style (see references/doc-patterns.md)
- Find new/modified functions, classes, methods
- Add or update documentation blocks
- If
/docsfolder exists:- Check if changed code has corresponding docs
- Update affected documentation files
- Do NOT modify README.md, CHANGELOG.md, LICENSE
- Report all changes made