github

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

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill github-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/github
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill github-hlbbbbbbb

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing you to manage issues, pull requests, and CI/CD pipeline runs directly through the command line.

Core Features & Use Cases

  • Issue Management: Create, list, and view GitHub issues.
  • Pull Request Operations: Check CI status, list, and view workflow runs for pull requests.
  • API Access: Utilize gh api for advanced queries and data retrieval.
  • Use Case: Quickly check the CI status of a specific pull request or view the logs of a failed workflow run to diagnose issues.

Quick Start

Use the github skill to list the last 10 workflow runs 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/CD status of a pull request using the GitHub CLI?

You can check the CI status of a pull request by using the GitHub CLI to list and view workflow runs. This directly queries the repository to retrieve the CI/CD pipeline status for diagnosis.

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

Yes, you need the GitHub CLI (`gh`) installed and authenticated to manage issues and pull requests. This setup allows the underlying commands to interact securely with your GitHub repositories.

Can I retrieve structured JSON output for GitHub issues and workflow runs?

Yes, you can retrieve structured JSON output for GitHub issues and workflow runs. This supports advanced queries and programmatic use when interacting with your repositories through the CLI.

What is the best way to run advanced queries against GitHub repositories via the command line?

The best way to run advanced queries against GitHub repositories is using the `gh api` command. This approach retrieves specific repository data with structured JSON output for programmatic use.

How do I list the last 10 workflow runs for a specific GitHub repository?

To list the last 10 workflow runs for a repository, use the GitHub CLI to query the specified owner/repo. This directly manages your CI/CD pipeline runs and retrieves recent workflow execution history.