π¦ ClawHub
auto-git
by @cruciata
Commit and push local project changes to GitHub, with optional repo creation and deployment hints.
π‘ Examples
From any Git project folder:
powershell -ExecutionPolicy Bypass -File .\github-deploy-skill.ps1 -CommitMessage "feat: update" -Repo "owner/repo" -Branch "main"
Create repository automatically:
powershell -ExecutionPolicy Bypass -File .\github-deploy-skill.ps1 -CommitMessage "init" -Repo "owner/new-repo" -CreateRepo
π Tips & Best Practices
origin does not exist, pass -Repo and the script will add it automatically.TERMINAL
clawhub install github-deploy-skill