github

Automate GitHub issues, pull requests, and API calls via the gh CLI.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DevMewada1299/ClearBot --skill github-devmewada1299
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/DevMewada1299/ClearBot/tree/main/PhyAgentOS/skills/github
Command: npx skills add https://github.com/DevMewada1299/ClearBot --skill github-devmewada1299

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub from the command line to manage issues, pull requests, CI runs, and API queries, reducing manual context switching and speeding up automation.

Core Features & Use Cases

  • Manage issues and pull requests from scripts or terminals.
  • Check CI status and view workflow runs using gh pr checks, gh run list, and related commands.
  • Retrieve or post data via gh api for custom automation and reporting.

Quick Start

Install the GitHub CLI, authenticate with your account, and start issuing gh commands to manage issues, PRs, and API calls.

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 issuing gh CLI commands directly from your terminal. This approach reduces manual context switching and speeds up repository management across multiple projects.

Can I check CI status and workflow runs using the gh CLI?

Yes, you can check CI status and view workflow runs using gh pr checks and gh run list commands. This allows you to monitor continuous integration pipelines directly from your terminal without accessing the GitHub web interface.

Do I need GitHub authentication to manage repositories with the gh CLI?

Yes, GitHub authentication is required to ensure safe, repo-scoped operations when managing repositories. You must authenticate with your account after installing the GitHub CLI before issuing commands for issues, PRs, and API calls.

What is the best way to retrieve or post data for custom GitHub automation?

The best way to retrieve or post data for custom GitHub automation is using gh api commands. This allows you to interact directly with the GitHub API for custom reporting and automation tasks across your development workflows.

Does the gh CLI work for managing GitHub tasks across multiple projects?

Yes, the gh CLI works for managing GitHub tasks across multiple projects through rapid repository management automation. It supports issuing issues, PRs, and API queries from scripts or terminals to streamline development workflows.