github

Orchestrate GitHub issues, pull requests, CI runs, and API queries via gh CLI.

5|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/mraakashshah/oro --skill github-mraakashshah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/mraakashshah/oro/tree/main/.claude/skills/github
Command: npx skills add https://github.com/mraakashshah/oro --skill github-mraakashshah

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages GitHub interactions with the gh CLI, simplifying the process of working with issues, pull requests, CI runs, and API data.

Core Features & Use Cases

  • GitHub Issue Management: List, view, and create issues efficiently.
  • Pull Request Operations: Check CI status, view details, review diffs, and create PRs.
  • CI Workflow Runs: List recent workflow runs, view individual runs, and inspect logs.
  • API Integration: Access advanced data with API queries.
  • Use Case: Imagine you're a developer working with GitHub. Use this skill to streamline your workflow by automating the review process and ensuring that all pull requests are tested and comply with the project standards.

Quick Start

To check the CI status of a pull request, use: gh pr checks <pr-number> --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 check the CI status of a pull request using the gh CLI?

To check the CI status of a pull request, you can execute a command like `gh pr checks <pr-number> --repo owner/repo` to view the workflow run results directly. This allows you to verify that all pull requests are tested and comply with project standards before merging.

Can I automate listing and creating GitHub issues with the gh CLI?

Yes, you can automate GitHub issue management by orchestrating gh CLI commands to list, view, and create issues efficiently. This streamlines repository interactions and simplifies tracking collaborative project tasks.

What is the best way to inspect CI workflow run logs for a GitHub repository?

The best way to inspect CI workflow run logs is by using gh CLI commands to list recent workflow runs, view individual run details, and retrieve the specific log outputs. This provides direct access to continuous integration data without navigating the web interface.

Do I need the gh CLI installed to manage GitHub pull requests and issues?

Yes, you need the gh CLI installed and authenticated because this Skill orchestrates its execution to interact with pull requests, issues, and CI runs. The CLI serves as the underlying engine for all GitHub-specific task automation.

How do I access advanced GitHub API data for repository management?

You can access advanced GitHub API data by executing API queries through the gh CLI. This integration allows developers and project managers to retrieve complex repository information beyond standard issue and pull request operations.