github

Automate GitHub repository operations via the GitHub CLI and API.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dbillionaer/wholesaile --skill github-dbillionaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Dbillionaer/wholesaile/tree/main/skills/github
Command: npx skills add https://github.com/Dbillionaer/wholesaile --skill github-dbillionaer

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 development and project management tasks directly from your command line or AI interface.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: View, check status, and merge pull requests.
  • CI/CD Monitoring: Monitor workflow runs and view logs.
  • API Access: Query the GitHub API for repository data.
  • Use Case: Quickly check the CI status of a specific pull request or create a new issue to report a bug.

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 check the CI status of a pull request from the command line?

You can check the CI status of a pull request by using this Skill to automate GitHub repository operations. It monitors CI/CD pipeline workflows and views PR statuses directly via the GitHub CLI.

Do I need to install the GitHub CLI to manage issues and PRs?

Yes, you need the GitHub CLI installed and authenticated to manage issues and PRs. This Skill requires the `gh` CLI to automate repository operations and query repository data through the GitHub API.

Can I create and comment on GitHub issues without leaving the terminal?

Yes, you can create, list, and comment on GitHub issues from your terminal. This Skill automates issue tracking and project management tasks directly through the GitHub CLI interface.

What's the best way to view workflow runs and CI/CD logs for a repository?

The best way to view workflow runs and CI/CD logs is by automating CI/CD monitoring with this Skill. It queries the GitHub API via the `gh` CLI to retrieve pipeline status and logs.

How does querying repository data through the GitHub API work?

Querying repository data through the GitHub API works by sending automated requests via the `gh` CLI. This Skill streamlines API access to retrieve repository information, issue details, and pull request data.

Can I merge pull requests directly from an AI interface?

Yes, you can view, check status, and merge pull requests from an AI interface. This Skill automates pull request operations by executing GitHub CLI commands to manage repository development workflows.