github

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

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

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 tasks related to issues, pull requests, and continuous integration workflows, reducing the need for manual command-line operations.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: Check PR status, view details, create, and merge PRs.
  • CI/Workflow Monitoring: List and view status and logs for GitHub Actions runs.
  • API Queries: Fetch repository data, labels, and other information using the GitHub API.
  • Use Case: You need to quickly check the status of all open pull requests in a specific repository and ensure their CI checks are passing before merging.

Quick Start

Use the github skill to list all open pull requests in the 'ApiliumCode/mayros' 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 pull requests and issues from the command line?

You can check the status of GitHub Actions CI workflows by using the `gh` CLI to list workflow runs and view detailed status logs. This allows you to monitor deployment status checks and ensure continuous integration checks are passing before merging pull requests.

Can I fetch repository data and labels using the GitHub API via CLI?

Yes, you can automate GitHub issue tracking by using the `gh` CLI to create, list, and comment on issues. This reduces manual command-line operations for bug tracking and project management within your GitHub repositories.

Do I need to install the GitHub CLI to monitor CI workflows?

Yes, you need to install and authenticate the GitHub CLI (`gh`) to monitor CI workflows. The Skill facilitates listing and viewing status logs for GitHub Actions runs by executing commands through the authenticated `gh` CLI environment.

What is the best way to check open pull requests and ensure CI checks are passing?

The best way to check open pull requests and ensure CI checks are passing is using the `gh` CLI to list PRs and view GitHub Actions statuses. This streamlines code review and deployment status checks without manual command-line operations.