Управление GitHub через CLI в Claude Code
★ 7.5 · general
github is a Claude Code skill that manages GitHub repositories through the `gh` CLI without leaving the development environment. It covers the full PR workflow — viewing status, checking CI runs, creating and merging — along with issue creation, closing, and commenting. For workflow runs, it can display failed-step logs and rerun specific failed jobs. Most commands support `--json` output with `--jq` filtering for precise data extraction, and direct GitHub API queries are available via `gh api`. Requires `gh` to be installed and authenticated; not intended for local git operations, non-GitHub hosts, or bulk cross-repository scripting.