github

Automate GitHub issues, pull requests, and CI data via the gh CLI.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawsonblock/OracleOS --skill github-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/dawsonblock/OracleOS/tree/main/ThirdParty/OpenViking/bot/workspace/skills/github
Command: npx skills add https://github.com/dawsonblock/OracleOS --skill github-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates GitHub interactions via the gh CLI to manage issues, pull requests, and CI data.

Core Features & Use Cases

  • Manage issues and PRs: quickly list, view, and filter pull requests and issues across repositories.
  • CI and workflow visibility: check statuses, view runs, and inspect failing steps.
  • API-oriented data access: query repository data with gh api for custom fields and reports.

Quick Start

List open PRs in a repository with gh pr list --repo owner/repo.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list and filter pull requests across remote repositories using the gh CLI?

Use the gh CLI to list and filter pull requests across remote repositories by running repository-scoped commands like gh pr list --repo owner/repo to retrieve open PRs.

How can I check CI workflow runs and inspect failing steps from the command line?

Check CI workflow runs and inspect failing steps via gh CLI commands to view statuses and review specific run data across your local or remote repositories.

Do I need to authenticate the gh CLI before managing issues and pull requests?

Yes, you must have the gh CLI installed and authenticated before managing issues, pull requests, and CI data to ensure secure access to your repositories.

What is the best way to query custom repository data and generate reports with GitHub?

Query repository data and generate custom reports using the gh api command to retrieve specific fields from local or remote repositories.

Can I manage GitHub issues and PRs for a specific repository using a direct URL?

Yes, the Skill supports repository-scoped commands using either the --repo flag or direct URLs to manage issues and pull requests for specific repositories.