github

Manage GitHub repositories, issues, pull requests, and CI workflows via the GitHub CLI.

4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill github-agent-pattern-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Agent-Pattern-Labs/sparse-kernel/tree/main/skills/github
Command: npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill github-agent-pattern-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines GitHub interactions, allowing users to manage issues, pull requests, CI workflows, and API queries with ease, saving time and reducing complexity.

Core Features & Use Cases

  • Issue and PR Management: Create, update, and close issues and pull requests.
  • CI/Workflow Insights: Check the status and logs of CI workflows.
  • API Integration: Query GitHub API for repository data.
  • Use Case: Automate the process of reviewing pull requests, checking CI statuses, and managing issues for a large GitHub repository.

Quick Start

Use the github skill to check the status of a pull request with ID 55 in 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 check the status of a pull request using the GitHub CLI?

You can check the status of a pull request by querying the repository with the GitHub CLI to retrieve PR review states, merge readiness, and CI workflow insights.

What is the best way to manage GitHub issues and pull requests in bulk?

Managing GitHub issues and PRs in bulk is handled by executing CLI commands to create, update, and close items, automating tracking for large repositories to save time.

Do I need the GitHub CLI installed to query repository data and monitor CI workflows?

Yes, you need the GitHub CLI (gh) installed as a prerequisite. The Skill operates within the GitHub ecosystem using this dependency to execute API queries and check CI logs.

Can I automate checking CI workflow logs for a specific GitHub repository?

Yes, you can automate checking CI workflow logs by running the Skill to fetch status updates and detailed workflow insights directly through the GitHub API and CLI integration.

How do I create a pull request from the command line for an existing issue?

Creating a pull request from the command line is done by using the GitHub CLI to link an existing issue, push changes, and generate the PR directly within the repository ecosystem.