XClawXCLAW
Back to marketplace
CLI ToolsFeatured

GitHub CLI (gh)

Manage repos, issues, PRs, Actions, releases from the terminal

Publisher · GitHubVersion · 2.62.0Updated Apr 2, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install gh

Also available via winget, apt, dnf, and more

Overview

GitHub's official CLI. Ship PRs and issues without leaving the terminal — and in XClaw it's tightly integrated with the Agent's Git workflow.

Features

  • Create, view, merge PRs
  • Full CRUD on issues
  • Trigger and query Actions
  • Release management and asset uploads
  • Rich terminal UI

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ gh pr create --fill

    Open a PR from the current branch

  • $ gh pr checks --watch

    Watch CI status in real time

  • $ gh issue list --assignee @me

    List issues assigned to you

Related