gh-cli

Manage GitHub repositories, issues, pull requests, and Actions workflows via gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chrisbruceus/URL-Streamer --skill gh-cli-chrisbruceus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/chrisbruceus/URL-Streamer/tree/main/.github/skills/gh-cli
Command: npx skills add https://github.com/chrisbruceus/URL-Streamer --skill gh-cli-chrisbruceus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive reference and operational guide for the GitHub CLI (gh), specifically tailored for the chrisbruceus/CRL-Web repository, enabling efficient management of pull requests, issues, releases, and CI/CD workflows.

Core Features & Use Cases

  • Repository Management: Create, clone, view, edit, and delete repositories.
  • Issue & PR Workflow: Manage issues and pull requests, including creation, listing, editing, merging, and reviewing.
  • CI/CD Automation: Interact with GitHub Actions, including viewing and managing workflow runs and caches.
  • Use Case: Quickly create a pull request to the main branch, assign reviewers, and check the CI status of your changes for the chrisbruceus/CRL-Web repository.

Quick Start

Use the gh-cli skill to create a pull request to the main branch for the chrisbruceus/CRL-Web repository.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I use GitHub CLI to create a pull request to the main branch?

GitHub CLI allows you to create a pull request to the main branch by running the `gh pr create` command, which also supports assigning reviewers and checking CI status for the chrisbruceus/CRL-Web repository.

Can I manage GitHub Actions and workflow runs from the command line?

GitHub CLI supports CI/CD automation by allowing you to interact with GitHub Actions, including viewing and managing workflow runs and caches directly from the command line for your repository.

What is the best way to manage GitHub issues and pull requests for code review?

GitHub CLI provides commands to create, list, edit, merge, and review issues and pull requests, streamlining the code review process and issue tracking for your development workflow.

Does GitHub CLI work for repository management like cloning and deleting repos?

GitHub CLI handles repository management by providing commands to create, clone, view, edit, and delete repositories directly from your terminal environment.

How do I check the CI status of my changes using GitHub CLI?

You can check the CI status of your changes using GitHub CLI by viewing and managing GitHub Actions workflow runs, ensuring your pull request passes required checks before merging to the main branch.