Claude Code plugin that provides Git workflow automation skills.
Japanese version: README.ja.md
git clone https://github.com/siosig/github-skills.git
cd github-skills
./install_claude_plugin.shRestart Claude Code to activate.
claude plugin uninstall github-skills --yes| Command | Description |
|---|---|
/github-commit [all] |
Stage tracked changes and create a commit (add all to include untracked files) |
/github-push [private] |
Push the current branch to remote (add private to create private repo if origin is missing) |
/github-sync [ff] |
Pull with rebase, then push (add ff to use fast-forward only) |
/github-auto-repo [private] |
Create a GitHub repository matching the folder name (add private for private repo) |
gitghCLI — required only when/github-pushneeds to auto-create a GitHub repository (gh auth login)
/github-commitnever includesCo-Authored-By:in commit messages/github-pushnever force-pushes on non-fast-forward rejection/github-pushauto-creates a GitHub repository when nooriginremote is configured/github-syncskips push if pull fails