githubbing

Solid

GitHub CLI (gh) installation and authenticated operations in Claude.ai containers. Use when user needs to create issues, PRs, view repos, or perform GitHub operations beyond raw API calls.

Code & Development 134 stars 7 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
23
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Githubbing Install and use GitHub CLI (`gh`) for authenticated GitHub operations. ## 1. Install ```bash bash /path/to/githubbing/scripts/install-gh.sh ``` ## 2. Configure Authentication `gh` reads tokens from `GH_TOKEN` or `GITHUB_TOKEN` environment variables. ```python from configuring import get_env import os token = get_env("GH_TOKEN") or get_env("GITHUB_TOKEN") if token: os.environ["GH_TOKEN"] = token ``` ## 3. Verify ```bash gh auth status ```

Details

Author
oaustegard
Repository
oaustegard/claude-skills
Created
9 months ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category