askill
githubbing

githubbingSafety 85Repository

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.

113 stars
2.3k downloads
Updated 3/28/2026

Package Files

Loading files...
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

token = get_env("GH_TOKEN") or get_env("GITHUB_TOKEN")
if token:
    os.environ["GH_TOKEN"] = token

3. Verify

gh auth status

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

48/100Analyzed 3/30/2026

Functional but incomplete skill that covers gh CLI installation and authentication but omits the actual GitHub operations (issues, PRs, repos) promised in the description. Uses placeholder paths and non-standard Python imports suggesting internal-only context.

85
55
45
40
45

Metadata

Licenseunknown
Version-
Updated3/28/2026
Publisheroaustegard

Tags

githubsecurity