com um clique
source-command-update-docs
Update Lightfriend documentation and create commit
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Update Lightfriend documentation and create commit
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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: