From asi
Provides GitHub CLI (gh) command references for auth, repos, PRs, issues, API calls, and Actions. Useful for terminal-based GitHub workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:ghThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
GitHub CLI (212 man pages).
GitHub CLI (212 man pages).
gh auth login
gh auth status
gh auth token
gh repo clone owner/repo
gh repo create name --public
gh repo view --web
gh pr create --title "Title" --body "Body"
gh pr list --state open
gh pr checkout 123
gh pr merge --squash
gh issue create
gh issue list --label bug
gh issue close 42
gh api repos/{owner}/{repo}/issues
gh api graphql -f query='{ viewer { login } }'
gh run list
gh run view 12345
gh workflow run deploy.yml
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
general: 734 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.
npx claudepluginhub plurigrid/asi --plugin asiManages GitHub repositories via gh CLI: issues, PRs, releases, and API queries from command line. Use for terminal-based repo operations.
Guides GitHub CLI (gh) commands for creating/managing PRs, issues, CI runs, releases, auth, and JSON scripting from terminal.
GitHub CLI operations via `gh` for issues, PRs, Actions, releases, and REST/GraphQL API with `--json`/`--jq` parsing.