github

Automates GitHub task management via gh CLI operations on issues, PRs, and workflows.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Dolonia333/dolo.ai --skill github-dolonia333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Dolonia333/dolo.ai/tree/main/skills/github
Command: npx skills add https://github.com/Dolonia333/dolo.ai --skill github-dolonia333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub from the command line to manage issues, PRs, and workflow runs, eliminating context switching between a browser and terminal.

Core Features & Use Cases

  • Manage issues and pull requests using gh commands from your terminal.
  • Query repository data and CI workflow status with gh api and gh run.
  • Automate common GitHub tasks in scripts and CI pipelines.

Quick Start

Install the gh CLI, authenticate with GitHub, and begin managing issues, PRs, and workflow runs from the terminal.

Frequently Asked Questions about github

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

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

You can manage GitHub issues and pull requests from the command line by executing standard gh CLI commands to create, comment on, and open PRs directly within your terminal. This eliminates context switching between a browser and your development environment.

What's the best way to check CI workflow status without leaving the terminal?

The best way to check CI workflow status from the terminal is using the gh CLI to query workflow runs and repository data. Running gh run and gh api commands provides immediate CI status updates directly in your development console.

Do I need to install and authenticate the gh CLI to automate GitHub tasks?

Yes, you need to install the gh CLI and authenticate with GitHub before automating tasks. Once authenticated, you can execute standard gh commands and access the GitHub API to manage issues, PRs, and workflow runs.

Can I use gh CLI commands to automate repository data queries in CI pipelines?

Yes, you can use gh CLI commands to automate repository data queries in CI pipelines. The gh api command allows you to query repository data and check workflow status, making it suitable for DevOps automation and scripting.

Why automate GitHub task management with the gh CLI instead of a browser?

Automating GitHub task management with the gh CLI eliminates context switching between a browser and terminal. It allows developers and maintainers to seamlessly manage issues, pull requests, and workflow runs directly from the command line.

Are there limitations when using gh api for command-line GitHub operations?

Limitations of using gh api for command-line GitHub operations depend on your GitHub authentication scope and API rate limits. While standard gh commands support extensive task management, complex custom queries might require direct API pagination handling.