github

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

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/FatBy/DD-OS --skill github-fatby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/FatBy/DD-OS/tree/main/skills/github
Command: npx skills add https://github.com/FatBy/DD-OS --skill github-fatby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and CI/CD pipelines directly from your command line.

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 CI run status and logs, re-run failed jobs.
  • API Queries: Fetch repository data, labels, and stats using the GitHub API.
  • Use Case: You need 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 '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 manage GitHub issues and pull requests directly from the command line?

You can manage GitHub issues and pull requests directly from the command line using the `gh` CLI to create, list, view, check status, and merge them without leaving your terminal environment.

Can I monitor and re-run failed CI/CD pipeline jobs for my GitHub repository?

Yes, you can monitor CI/CD pipeline status and view workflow run logs, allowing you to identify and re-run failed jobs directly through GitHub CLI commands for your software development team.

Do I need to install and authenticate the GitHub CLI to track repository issues?

Yes, you must have the GitHub CLI installed and authenticated to track repository issues, query repository data via the API, and manage workflow runs for your software development workflow.

What is the best way to check if CI checks are passing before merging a pull request?

The best way to check if CI checks are passing before merging a pull request is to use the GitHub CLI to list open PRs and view their status checks, ensuring all requirements are met.

How do I fetch repository data, labels, and stats using the GitHub API?

You can fetch repository data, labels, and stats using the GitHub API by executing specific `gh` CLI commands that query and return repository information directly to your terminal output.