github

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

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill github-loveoplay2023-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/loveoplay2023-hue/OpenMehdi/tree/main/skills/github
Command: npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill github-loveoplay2023-hue

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, saving developers time and effort.

Core Features & Use Cases

  • Issue Management: Create, list, and close GitHub issues.
  • Pull Request Operations: List, view, check status, and merge pull requests.
  • CI/Workflow Monitoring: View the status and logs of GitHub Actions runs.
  • API Queries: Fetch specific data from the GitHub API for reporting or analysis.
  • Use Case: A developer needs to quickly check the status of all open pull requests for a specific repository and ensure their CI checks are passing before merging.

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 automate GitHub issue management from the command line?

Check GitHub Actions CI run statuses and logs by querying the GitHub API through the `gh` CLI. This skill supports viewing CI run statuses and logs to monitor continuous integration workflows.

Can I merge pull requests using the gh CLI?

Yes, you can merge pull requests using the `gh` CLI. The skill supports listing, viewing, checking statuses, and merging pull requests to automate your code review and integration process.

Do I need to authenticate the gh CLI to manage pull requests and issues?

Check GitHub Actions CI run statuses and logs by querying the GitHub API through the `gh` CLI. This skill supports viewing CI run statuses and logs to monitor continuous integration workflows.

What is the best way to check CI status before merging a GitHub pull request?

The best way to check CI status before merging a pull request is using the `gh` CLI. This skill allows you to view pull request statuses and check GitHub Actions run logs to ensure CI checks are passing.

How does querying the GitHub API help with repository data analysis?

Querying the GitHub API helps with repository data analysis by fetching specific data for reporting. This skill uses the `gh` CLI to query the GitHub API, extracting repository data to support analysis and monitoring tasks.