github

Automate GitHub repository operations via the gh CLI.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/chebizarro/swarmstr --skill github-chebizarro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/chebizarro/swarmstr/tree/main/skills/github
Command: npx skills add https://github.com/chebizarro/swarmstr --skill github-chebizarro

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub, automating common tasks related to repositories, issues, pull requests, and CI/CD pipelines, reducing manual command-line work.

Core Features & Use Cases

  • Issue & PR Management: Create, list, view, and merge issues and pull requests.
  • CI/Workflow Monitoring: Check the status of CI runs and view logs.
  • API Queries: Fetch repository data and metadata using the GitHub API.
  • Use Case: Quickly check the status of all open pull requests in a repository and identify any that are blocked by failing CI checks.

Quick Start

Use the github skill to list all open pull requests in the 'chebizarro/swarmstr' 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 status of open pull requests and CI pipelines in a GitHub repository?

You can list open pull requests and fetch CI run logs directly via the `gh` CLI to identify any checks that are currently failing.

Can I automate GitHub issue creation and pull request merging from the command line?

Yes, you can automate GitHub issue creation and pull request merging by executing repository operations through the `gh` CLI tool.

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

Yes, managing GitHub repositories requires the `gh` CLI tool to be installed and authenticated to handle the underlying API queries for issue tracking and workflow monitoring.

What is the best way to fetch repository data and metadata using the GitHub API?

Using the `gh` CLI to query the GitHub API streamlines repository data and metadata retrieval for automation tasks.

Does this approach work for monitoring CI/CD workflows without navigating the web interface?

Yes, this approach monitors CI/CD workflows by checking the status of CI runs and viewing logs directly through the `gh` CLI command line.