github

Manage GitHub repositories and workflows via gh CLI commands.

5|2|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/JackLuguibin/OpenPawlet --skill github-jackluguibin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/JackLuguibin/OpenPawlet/tree/main/src/openpawlet/skills/github
Command: npx skills add https://github.com/JackLuguibin/OpenPawlet --skill github-jackluguibin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing GitHub repositories by providing command-line access to issues, pull requests, and CI workflows, reducing manual effort and improving productivity.

Core Features & Use Cases

  • Issue Management: Create, list, and check issues directly through CLI commands.
  • Pull Request Monitoring: Track, review, and inspect CI status and detailed run logs for pull requests.
  • Advanced Data Access: Retrieve detailed repository data using the gh api command for custom queries.
  • Use Case: Developers can quickly check the status of a pull request and view logs without navigating GitHub's web interface.

Quick Start

Use the github skill to check the status of pull request number 55 in your 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 status of a pull request from the command line?

You can check pull request status from the command line by executing CLI commands to track reviews, inspect CI workflows, and view detailed run logs without navigating the web interface.

Can I retrieve custom repository data using the gh api command?

Yes, you can retrieve custom repository data using the gh api command to perform advanced queries and fetch detailed information directly through the command line interface.

Do I need the gh CLI tool to manage GitHub issues and CI workflows?

Yes, you need the gh CLI tool installed and configured to reliably execute commands for managing GitHub issues, pull requests, and CI workflows.

What is the best way to manage multiple GitHub repositories for software engineering teams?

The best way to manage multiple GitHub repositories is by using CLI commands to automate routine tasks like issue creation, pull request monitoring, and CI workflow tracking.

How do I create and list GitHub issues via CLI?

You create and list GitHub issues via CLI by running specific commands that directly interact with your repositories, streamlining issue management without manual web navigation.