github

Automate GitHub PRs, issues, checks, and API queries via the gh CLI.

130|16|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/z80dev/lemon --skill github-z80dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/z80dev/lemon/tree/main/apps/lemon_skills/priv/builtin_skills/github
Command: npx skills add https://github.com/z80dev/lemon --skill github-z80dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub data and actions through the gh CLI to automate PRs, issues, checks, and queries.

Core Features & Use Cases

  • Manage pull requests, issues, and CI status directly from the command line
  • Retrieve repo data and perform advanced queries with gh api
  • Automate routine GitHub tasks in scripts or AI prompts

Quick Start

Run a command such as gh pr list --repo owner/repo to start managing PRs from your terminal.

Frequently Asked Questions about github

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

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

Managing pull requests and issues from the command line involves using the gh CLI to execute commands like gh pr and gh issue. This allows you to automate routine GitHub tasks, retrieve repository data, and perform advanced API queries directly from your terminal.

Can I check CI status and repository metadata outside a git directory?

Yes, you can check CI status and repository metadata outside a git directory by targeting repos with the --repo flag or URLs. The gh CLI enables you to run commands like gh run and gh api to query data and automate actions across software development workflows.

Do I need gh installed and configured to automate GitHub workflows?

Yes, you need gh installed and configured to automate GitHub workflows. The gh CLI supports commands like gh pr, gh issue, gh run, and gh api to automate checks, PR reviews, and repository queries from your terminal.

What is the best way to automate repeated GitHub tasks in scripts?

The best way to automate repeated GitHub tasks in scripts is using the gh CLI to issue API queries and manage actions. Commands such as gh api and gh run allow you to automate PRs, issues, and checks efficiently within your software development workflows.

Does this approach support advanced queries with the GitHub API?

Yes, this approach supports advanced queries with the GitHub API through the gh api command. You can retrieve repo data and perform advanced queries to automate routine GitHub tasks across your software development workflows.