github

Automate GitHub issue, pull request, CI status, and API queries via gh CLI.

1|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/LuisvelMarketer/genome --skill github-luisvelmarketer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/LuisvelMarketer/genome/tree/main/skills/github
Command: npx skills add https://github.com/LuisvelMarketer/genome --skill github-luisvelmarketer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by automating common tasks like managing issues and pull requests, and checking CI statuses, reducing the need for manual command-line operations.

Core Features & Use Cases

  • Issue Management: Create, list, and close 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 specific data from the GitHub API.
  • Use Case: When a new feature is ready for review, use this skill to create a pull request, check its CI status, and then merge it once approved.

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

You can automate GitHub issue and pull request management by executing operations through the `gh` CLI. This allows you to list, view, create, and merge pull requests or issues directly without manual web interface interactions.

What is the best way to check CI run status for a GitHub repository?

The best way to check CI run status is by querying the GitHub API via the `gh` CLI. This approach retrieves current CI workflow statuses and logs, streamlining software development status monitoring.

Do I need the `gh` CLI installed to automate GitHub repository interactions?

Yes, you need the `gh` CLI installed and authenticated to automate GitHub repository interactions. The Skill relies entirely on this command-line tool to manage issues, pull requests, and CI runs.

Can I fetch specific data from the GitHub API using this automation approach?

Yes, you can fetch specific data from the GitHub API using this automation approach. It supports GitHub API queries via the `gh` CLI to retrieve targeted repository information for software development workflows.

Why does my GitHub CI status check fail when using the `gh` CLI?

GitHub CI status checks via the `gh` CLI fail if the CLI is not properly authenticated or if the workflow logs contain errors. Ensure the `gh` CLI is installed, authenticated, and targeting the correct repository.