github

Manage GitHub repositories, pull requests, and CI/CD pipelines via the gh CLI.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ProyectoG007/Skill.bat --skill github-proyectog007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/ProyectoG007/Skill.bat/tree/main/scripts/05_Dev_Tools/05.%20github-1.0.0
Command: npx skills add https://github.com/ProyectoG007/Skill.bat --skill github-proyectog007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines your GitHub workflow by enabling direct interaction with repositories, pull requests, and CI/CD pipelines through the command line.

Core Features & Use Cases

  • Pull Request Checks: Monitor the status of Continuous Integration checks on your pull requests.
  • Workflow Run Management: List and inspect recent GitHub Actions workflow runs, including viewing logs for failed steps.
  • Advanced API Queries: Utilize gh api for custom data retrieval beyond standard subcommands.
  • Use Case: Quickly check if a specific pull request's CI build has passed before merging, or debug a failed deployment by viewing the exact logs from the relevant workflow run.

Quick Start

Check the CI status for pull request number 55 in the owner/repo repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the CI/CD status of a pull request using the gh CLI?

To check the CI/CD status of a pull request, you can use this Skill to interact with GitHub repositories and monitor Continuous Integration checks directly through the gh command-line interface. It retrieves the workflow run statuses for your pull requests.

How do I view logs for a failed GitHub Actions workflow run?

You can view logs for a failed GitHub Actions workflow run by using this Skill to list recent workflow runs and inspect the exact logs for failed steps. It streamlines debugging deployments by retrieving these logs through the gh CLI.

Can I execute advanced GitHub API queries for custom data extraction?

Yes, you can execute advanced GitHub API queries for custom data extraction. This Skill supports utilizing the gh api command to retrieve custom data beyond what the standard subcommands offer, enabling flexible repository interaction.

Do I need to install and authenticate the gh CLI to manage GitHub repositories?

Yes, you must have the gh CLI installed and authenticated to manage GitHub repositories. This Skill requires an active authenticated command-line environment to execute pull request checks and workflow automation tasks.

What is the best way to manage pull requests and workflow runs from the command line?

The best way to manage pull requests and workflow runs from the command line is using the gh CLI. This Skill enables direct interaction with GitHub repositories, allowing you to monitor CI checks and inspect recent workflow run statuses.