github

Manage GitHub issues, pull requests, and CI/CD status via the gh CLI.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gensparx/GenSparx --skill github-gensparx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/gensparx/GenSparx/tree/main/skills/github
Command: npx skills add https://github.com/gensparx/GenSparx --skill github-gensparx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing you to manage issues, pull requests, and CI/CD workflows directly from your command line or AI assistant.

Core Features & Use Cases

  • Issue Management: Create, list, and close GitHub issues.
  • Pull Request Operations: List, view, create, and merge pull requests.
  • CI/CD 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 a pull request's CI checks, or create a new issue to report a bug.

Quick Start

Use the github skill to list all open pull requests for the repository owner/repo.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub issues and pull requests from the command line?

You can manage GitHub issues and pull requests by executing repository operations directly through the GitHub CLI. This allows you to create, list, view, and merge pull requests or issues without leaving your terminal environment.

Can I check CI/CD status and view workflow logs using gh CLI?

Yes, you can check CI/CD status and view logs using the gh CLI. The Skill facilitates CI/CD status checks to monitor pipeline runs and retrieve detailed workflow logs for your software development pipelines.

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

Yes, you need the GitHub CLI installed and authenticated to manage repositories. This prerequisite environment setup is required to execute API queries, track issues, monitor CI runs, and perform pull request operations.

How do I fetch repository data and metadata via the GitHub API?

You fetch repository data and metadata via the GitHub API by running queries through the authenticated gh CLI. This approach provides efficient interaction with GitHub for retrieving specific repository information and task tracking details.

What is the best way to automate GitHub pull request operations for software development workflows?

The best way to automate GitHub pull request operations is by using gh CLI commands integrated into your software development workflows. This enables efficient code integration, pipeline monitoring, and direct task tracking from your command line or AI assistant.