github
Installation
SKILL.md
GitHub Skill
Interact with GitHub repositories using the gh CLI. Use these tools for automated workflows like issue triage, bug fixing, and PR creation.
Prerequisites
ghCLI installed (brew install gh)- Authenticated:
gh auth login
Tools
- gh_list_issues — List open issues for a repository
- gh_get_issue — Get full details of a specific issue
- gh_create_branch — Create and checkout a new branch in a local repo
- gh_create_pr — Create a pull request from the current branch
- gh_clone_repo — Clone a repository into a workspace directory
- gh_commit_and_push — Stage all changes, commit with a message, and push to remote