github

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

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill github-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/wangqianCAI/OBI/tree/main/extensions/oc-path/src/oc-path/tests/fixtures/real
Command: npx skills add https://github.com/wangqianCAI/OBI --skill github-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill eliminates the friction of switching between browser tabs and command-line tools by providing a unified interface for managing GitHub issues, pull requests, and CI/CD pipelines.

Core Features & Use Cases

  • Issue and PR Management: Quickly list, view, and interact with GitHub issues and pull requests without leaving your workspace.
  • CI/CD Monitoring: Monitor workflow runs and check status updates for your repositories in real-time.
  • Use Case: A developer can use this skill to instantly list all open issues assigned to them, check the status of a specific pull request, and trigger a release, all through natural language commands.

Quick Start

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

You can manage GitHub issues and pull requests from the terminal by using the gh CLI to interact with repositories. This skill wraps the CLI to list, view, and track issues and PRs without switching to a browser.

Do I need the GitHub CLI installed to monitor CI/CD workflows from my workspace?

Yes, monitoring CI/CD workflows requires the GitHub CLI installed and authenticated locally. The skill executes structured API queries through the authenticated CLI to retrieve real-time workflow run statuses.

Can I check pull request status and create releases without leaving the command line?

Checking pull request status and creating releases is possible without leaving the command line. The skill wraps the gh CLI to support automated status checks, release creation, and organizational metadata retrieval.

What is the best way to automate GitHub repository management for software development teams?

Automating GitHub repository management is best handled by wrapping the gh CLI for structured API queries. This approach unifies issue tracking, PR management, and CI/CD monitoring into a single terminal interface.

Why does my GitHub terminal workflow fail to retrieve organizational metadata?

Retrieving organizational metadata fails if the local environment is not properly authenticated. The skill requires the GitHub CLI to be installed and authenticated in your local environment to execute structured API queries successfully.