--- description: Commit changes with Conventional Commits format and push to GitHub remote repository. --- # Update GitHub Commit uncommitted changes and push to remote GitHub repository. ## Instructions 1. **Check Git Status** - Run `git status` - Show all uncommitted changes 2. **Analyze Changes** - Review changed files - Determine commit type (feat/fix/docs/refactor/test/chore) - Determine scope (affected module/component) 3. **Create Commit Message** Follow Conventional Commits format: ``` ():