github

Manage GitHub issues, pull requests, and CI runs via the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, automating common tasks related to issues, pull requests, and continuous integration runs, reducing the need for manual command-line operations.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: List, view, create, and merge pull requests.
  • CI/Workflow Monitoring: Check the status of CI runs and view logs.
  • API Queries: Fetch repository data and labels using the GitHub API.
  • Use Case: Quickly check the status of all open pull requests for a specific repository and identify any that are blocked from merging due to CI failures.

Quick Start

Use the github skill to list all open pull requests for 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 manage GitHub issues and pull requests from the command line?

This Skill facilitates GitHub repository operations to manage issues and pull requests via the `gh` CLI. It supports listing, creating, viewing, and merging pull requests, as well as creating and commenting on issues.

Can I check CI/CD status and view run logs for a repository?

You can check CI/CD status and view run logs for a repository using this Skill. It monitors continuous integration runs and retrieves logs via the `gh` CLI to help identify pull requests blocked by CI failures.

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

Yes, you need to install and authenticate the `gh` CLI to manage repositories. This Skill requires the GitHub CLI to be installed and authenticated to facilitate API queries and repository operations.

What's the best way to fetch repository data and labels using the GitHub API?

The best way to fetch repository data and labels using the GitHub API is via this Skill. It queries repository data and labels through the `gh` CLI, streamlining API interactions without manual command-line operations.

How do I list all open pull requests and identify merge blocks?

You list all open pull requests and identify merge blocks by using this Skill to check PR statuses and CI run logs. It helps you quickly see open PRs for a specific repository and spot CI failures blocking merges.