بنقرة واحدة
source-command-update-docs
Update Lightfriend documentation and create commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Update Lightfriend documentation and create commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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: