with one click
source-command-update-docs
Update Lightfriend documentation and create commit
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Update Lightfriend documentation and create commit
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Quickly commit, push, and create a PR while leaving validation to GitHub checks
Quickly commit and push local changes while leaving validation to GitHub checks
Step-by-step guide for adding new pages to the Yew frontend
Step-by-step guide for adding new OAuth integrations to Lightfriend
Step-by-step guide for modifying database schema using Diesel migrations
Run formatting and linting checks on the codebase
| name | source-command-update-docs |
| description | Update Lightfriend documentation and create commit |
Use this skill when the user asks to run the migrated source command update-docs.
You are tasked with updating Lightfriend project documentation before committing changes.
Review recent changes
git diff --name-only to see changed filesgit diff to see detailed changesgit status to see current stateIdentify documentation that needs updating
Update documentation based on changes
For backend changes:
For frontend changes:
For database changes:
For infrastructure changes:
Create commit
docs: update [doc-name] for [feature/change] - if only docs changedfeat: [feature description] - if feature + docs (include doc updates in description)fix: [fix description] - if fix + docsrefactor: [description] - if refactoring + docsSummary
git statusAGENTS.md updates:
docs/DOCKER_SETUP.md updates:
docs/CHANGELOG.md updates:
README.md updates:
Style guidelines: