github

Automate GitHub issues, PRs, CI runs, and API queries via gh CLI.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill github-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/skills/github
Command: npx skills add https://github.com/Solitude01/proiect-new --skill github-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The GitHub operations skill enables quick, reproducible interactions with GitHub using the gh CLI, reducing manual navigation and repetitive tasks.

Core Features & Use Cases

  • Manage issues, pull requests, and CI workflows from the command line.
  • View PR status, merge readiness, and run logs across repositories.
  • Script common GitHub workflows like creating issues or PRs and querying repository data.

Quick Start

Authenticate with gh and start listing open PRs for a specific repo.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub tasks from the command line?

You can automate GitHub tasks from the command line using the gh CLI to manage issues, pull requests, and CI workflows. This reduces manual navigation and repetitive repository maintenance operations.

What do I need to manage pull requests and CI runs with gh?

To manage pull requests and CI runs with gh, you need the gh CLI installed and authenticated. Once authenticated, you can list, view, and create pull requests while monitoring CI status.

Can I create issues and query repository data using the GitHub API?

Yes, you can create issues and query repository data using the gh api command. This allows you to script common GitHub workflows like creating issues or PRs and retrieving specific repository information.

What is the best way to view PR merge readiness and run logs?

The best way to view PR merge readiness and run logs is by using gh CLI commands to check PR status and retrieve CI workflow run logs across your GitHub repositories.

Does this approach work for repository maintenance and issue tracking across multiple repos?

Yes, this approach supports repository maintenance and issue tracking across GitHub repos. You can script common workflows to query data and manage issues consistently across multiple repositories.