GitHub CLI (212 man pages).
/plugin marketplace add plurigrid/asi/plugin install plurigrid-asi-skills@plurigrid/asiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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