github

Automate GitHub workflow tasks using gh CLI commands.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill github-tamireslaeao-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/tamireslaeao-prog/ONI_V30/tree/main/moltbot-main/skills/github
Command: npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill github-tamireslaeao-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies GitHub interactions by enabling command-line control of issues, pull requests, runs, and API queries using the gh CLI, reducing context switching and manual web navigation.

Core Features & Use Cases

  • CLI-driven GitHub management: Create, view, or manage issues, PRs, and CI runs from the terminal.
  • Advanced queries via gh api: Retrieve data not exposed by standard subcommands and format results on demand.
  • Use Case: Automate routine repository maintenance tasks like labeling new issues or checking PR checks without opening a browser.

Quick Start

List open issues in a repository using gh CLI.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issues and pull requests from the command line?

You can automate GitHub issues and pull requests by running commands through the gh CLI. This Skill executes terminal commands to create, view, label, and manage repository items without requiring manual web navigation.

What is the best way to query GitHub API data not exposed by standard CLI subcommands?

The best way to query unexposed GitHub data is using the gh api command. This Skill automates advanced API queries to retrieve specific repository data and formats the results directly on demand.

Can I monitor CI runs and check PR statuses without opening a browser?

Yes, you can monitor CI runs and check PR statuses without a browser. This Skill fulfills GitHub workflow monitoring tasks by issuing gh CLI commands directly from your terminal environment.

Do I need to specify a repository context when running gh CLI commands for automation?

Yes, you need to specify explicit repository context when running gh CLI commands. This Skill enforces using the --repo flag to ensure all automated GitHub actions target the correct repository.

How do I install gh CLI to manage GitHub repositories on different operating systems?

To manage GitHub repositories on different operating systems, you must install the gh CLI. This Skill provides installation guidance for setting up the gh environment across common platforms.