githubbing
Installation
SKILL.md
Githubbing
Install and use GitHub CLI (gh) for authenticated GitHub operations.
1. Install
bash /path/to/githubbing/scripts/install-gh.sh
2. Configure Authentication
gh reads tokens from GH_TOKEN or GITHUB_TOKEN environment variables.
from configuring import get_env
import os