github

Manage GitHub issues, pull requests, and CI/CD workflows via command line.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill github-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/github
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill github-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill removes the friction of switching between your terminal and the browser to manage GitHub repositories, allowing for rapid interaction with issues, pull requests, and CI pipelines.

Core Features & Use Cases

  • Pull Request Management: List, view, create, and merge PRs directly from your command line.
  • CI/CD Monitoring: Check workflow status, view logs, and rerun failed jobs without leaving your workspace.
  • Issue Triage: Quickly list, create, or close issues to maintain project momentum.
  • Use Case: A developer can instantly check the status of a failing CI build on a specific PR and view the failed logs to debug the issue without opening a web browser.

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 manage GitHub pull requests and issues from the command line?

You can manage GitHub pull requests and issues from the command line by using this skill to list, view, create, and merge PRs or triage issues directly within your terminal.

Can I check CI/CD workflow status and retrieve logs without opening a browser?

Yes, you can check CI/CD workflow status and retrieve logs without a browser. The skill queries workflow runs, views logs, and reruns failed jobs directly from your workspace.

Do I need the GitHub CLI installed to automate repository tasks?

Yes, you need the GitHub CLI (gh) installed and authenticated. The skill relies on gh to perform secure API operations for automating repository tasks.

What is the best way to debug a failing GitHub Actions build for a specific PR?

The best way to debug a failing GitHub Actions build is using this skill to instantly check the specific PR status and view the failed CI logs directly in your terminal.

Why does this GitHub CLI skill require authentication before use?

Authentication is required because the skill interacts with GitHub repositories via secure API operations to manage CI/CD workflows, pull requests, and issues.