GitHub

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

10|4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/5unnykum4r/grip-ai --skill github-5unnykum4r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub
Source: https://github.com/5unnykum4r/grip-ai/tree/main/grip/skills/builtin/github
Command: npx skills add https://github.com/5unnykum4r/grip-ai --skill github-5unnykum4r

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub, automating common development and DevOps tasks related to repositories, issues, pull requests, and CI/CD pipelines.

Core Features & Use Cases

  • Issue Management: List, create, view, and close GitHub issues.
  • Pull Request Operations: Create, view, review, and merge pull requests.
  • CI/CD Monitoring: Track workflow runs, view logs, and re-run failed jobs.
  • Advanced API Usage: Perform complex queries and data retrieval directly from the GitHub API.
  • Use Case: Automatically triage incoming bug reports by listing unlabeled issues, adding relevant labels, and assigning them to yourself.

Quick Start

Use the GitHub skill to list all open pull requests in the current repository.

Frequently Asked Questions about GitHub

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

FAQPage Schema
How do I automate GitHub issue tracking and pull request reviews?

You can automate GitHub issue tracking and pull request reviews by interacting with repositories, issues, and code reviews via the `gh` CLI. This supports listing, creating, viewing, and closing issues, alongside automating pull request operations and code reviews.

What's the best way to monitor CI/CD pipelines and re-run failed jobs on GitHub?

Monitoring CI/CD pipelines is handled by tracking workflow runs, viewing logs, and re-running failed jobs directly through the GitHub CLI. This allows you to track pipeline status and automate DevOps monitoring tasks efficiently.

Do I need the `gh` CLI installed and authenticated to manage GitHub repositories?

Yes, you must have the `gh` CLI installed and authenticated before managing GitHub repositories. All operations for issue management, pull requests, and advanced API queries require this environment setup to function correctly.

Can I perform advanced data retrieval directly from the GitHub API for DevOps tasks?

Yes, you can perform advanced data retrieval and complex queries directly from the GitHub API. This enables deep interaction with GitHub repositories to facilitate specialized development and DevOps tasks like automated bug triage.

How do I triage incoming bug reports by listing unlabeled GitHub issues?

To triage incoming bug reports, you can list unlabeled GitHub issues, add relevant labels, and assign them to yourself. This is achieved by executing issue management commands and advanced API queries through the GitHub CLI.