github

Manage GitHub issues, pull requests, and CI runs via the gh CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill github-rogergimbel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/RogerGimbel/rodaco-workspace/tree/main/skills/github
Command: npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill github-rogergimbel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, enabling efficient management of issues, pull requests, and CI/CD workflows directly from the command line.

Core Features & Use Cases

  • Issue Tracking: Create, list, and manage GitHub issues.
  • Pull Request Management: Review PRs, check CI statuses, and view run logs.
  • CI/CD Monitoring: List and inspect workflow runs for automated processes.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval.
  • Use Case: Quickly check the status of all CI checks for a specific pull request to ensure code quality before merging.

Quick Start

Use the github skill to list the last 10 workflow runs 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 pull requests and issues from the command line?

Yes, you can check CI/CD workflow runs and statuses directly from the CLI. This skill uses the `gh` CLI to list and inspect automated processes, allowing you to quickly check CI statuses for pull requests before merging.

How do I query complex data from GitHub repositories using the CLI?

To query complex data from GitHub repositories, this skill utilizes `gh api` for advanced queries. It supports structured data retrieval and output formatting using `--json` and `--jq` flags for precise filtering.

Do I need to install the `gh` CLI binary to manage repositories with this tool?

Yes, you need the `gh` CLI binary installed and configured to manage repositories with this tool. The skill relies entirely on the local `gh` installation to execute commands for issues, pull requests, and CI runs.

What is the best way to check automated CI run logs for a specific pull request?

The best way to check automated CI run logs for a specific pull request is using the `gh` CLI. This skill enables you to review PRs, inspect workflow runs, and view run logs to ensure code quality before merging.

Can I use `gh api` with `--json` and `--jq` for structured GitHub data retrieval?

Yes, you can use `gh api` with `--json` and `--jq` for structured GitHub data retrieval. This skill supports advanced querying to extract and format specific data fields from the GitHub API directly in your terminal.