# github-push > Use this skill when the user wants to push code to GitHub. - Author: KLMT Electrical - Repository: hakimluxeco-dev/KLMt - Version: 20260126100742 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/hakimluxeco-dev/KLMt - Web: https://mule.run/skillshub/@@hakimluxeco-dev/KLMt~github-push:20260126100742 --- --- name: github-push description: Use this skill when the user wants to push code to GitHub. --- # GitHub Push This skill pushes the current codebase to GitHub. ## Instructions 1. **CRITICAL**: Always ask the user for permission before pushing code to GitHub. 2. Once permission is granted, execute the following commands in order: ```bash git remote add origin https://github.com/hakimluxeco-dev/KLMt.git git branch -M main git push -u origin main ```