Skip to content

siosig/github-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-skills

Claude Code plugin that provides Git workflow automation skills.

Japanese version: README.ja.md

Installation

git clone https://github.com/siosig/github-skills.git
cd github-skills
./install_claude_plugin.sh

Restart Claude Code to activate.

Uninstall

claude plugin uninstall github-skills --yes

Skills

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)

Requirements

  • git
  • gh CLI — required only when /github-push needs to auto-create a GitHub repository (gh auth login)

Key Behaviors

  • /github-commit never includes Co-Authored-By: in commit messages
  • /github-push never force-pushes on non-fast-forward rejection
  • /github-push auto-creates a GitHub repository when no origin remote is configured
  • /github-sync skips push if pull fails

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages