github

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

6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/me2Doc/friendlyclaw --skill github-me2doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/me2Doc/friendlyclaw/tree/main/body/skills/github
Command: npx skills add https://github.com/me2Doc/friendlyclaw --skill github-me2doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill removes the friction of switching between your terminal and a web browser to manage repository tasks, allowing you to handle GitHub operations within your existing command-line workflow.

Core Features & Use Cases

  • PR Management: Quickly list, view, and merge pull requests without leaving your workspace.
  • Issue Triage: Create, close, and filter issues to keep your project backlog organized.
  • CI/CD Monitoring: Check the status of workflow runs and view logs for failed jobs instantly.

Quick Start

Use the github skill to list all open pull requests for the current 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 pull requests directly from the terminal?

You can manage GitHub pull requests from the terminal by using the gh CLI to quickly list, view, and merge pull requests without leaving your command-line workspace. This removes the friction of switching to a web browser.

Can I check CI/CD workflow status and view logs for failed jobs locally?

Yes, you can check CI/CD workflow status locally by running the gh CLI to monitor workflow runs and instantly view logs for failed jobs directly in your terminal.

Do I need the GitHub CLI tool installed and authenticated to manage issues?

Yes, managing issues requires the GitHub CLI tool to be installed and authenticated on your local system to facilitate repository interaction and keep your project backlog organized.

What's the best way to automate issue tracking without a browser?

Automating issue tracking without a browser is best done using the gh CLI to create, close, and filter issues, keeping your project backlog organized within your existing command-line workflow.

How does querying repository data work with command line automation?

Querying repository data with command line automation works by executing gh CLI commands to interact with GitHub repositories, allowing you to retrieve repository data and monitor pipelines for software development teams.