github-cli

Create, review, and manage GitHub pull requests from the command line.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/utek/claude-docker --skill github-cli-utek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/utek/claude-docker/tree/main/.claude/skills/github-cli
Command: npx skills add https://github.com/utek/claude-docker --skill github-cli-utek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub CLI enables developers to manage pull requests, issues, reviews, and repository workflows directly from the terminal, reducing context switching and speeding collaboration.

Core Features & Use Cases

  • Create and manage pull requests from any local repository with gh pr create, including assigning reviewers and labels.
  • List, view, and interact with PRs and reviews (gh pr list, gh pr view, gh pr checks) to track progress and CI status.
  • Review code and comment on PRs from the command line (gh pr review, gh pr comment) to streamline code-quality feedback.
  • Authenticate and configure GitHub CLI workflows, enabling seamless PR metadata updates and integration with workflows and templates.

Quick Start

Use the GitHub CLI to create, view, and manage pull requests without leaving the terminal.

Frequently Asked Questions about github-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage pull requests from the terminal?

You can manage pull requests from the terminal by using the gh command line interface to create, review, list, and merge PRs directly within a git repository without switching browser contexts.

Can I review code and comment on PRs using the command line?

Yes, you can review code and comment on PRs using the command line through dedicated gh pr review and gh pr comment workflows to provide code-quality feedback and track CI status.

How do I create a pull request in a CI-enabled workflow?

To create a pull request in a CI-enabled workflow, use the gh pr create command within your git repository to assign reviewers, apply labels, and manage PR metadata automatically.

Do I need gh installed and authenticated to manage GitHub PR workflows?

Yes, you need gh installed and authenticated to manage GitHub PR workflows. The tool operates within a git repository or via the -R flag to interact with GitHub pull requests and metadata.

What is the best way to track PR checks and CI status from the command line?

The best way to track PR checks and CI status from the command line is using the gh pr checks and gh pr view commands to monitor pull request progress and integration results directly.

Can I update PR metadata and labels without leaving the terminal?

Yes, you can update PR metadata and labels without leaving the terminal by leveraging the GitHub CLI to apply labels, assign reviewers, and interact with repository workflow templates.