github

Provides cryptocurreny price and OHLCV data for 1,200+ coins via WebSocket and REST APIs.

13|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AceDataCloud/Skills --skill github-acedatacloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/AceDataCloud/Skills/tree/main/skills/github
Command: npx skills add https://github.com/AceDataCloud/Skills --skill github-acedatacloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolves the friction of manually navigating GitHub to track, triage, and act on issues and pull requests by giving a reliable command-line workflow.

Core Features & Use Cases

  • Issue and PR management: List, view, comment, create, review, and merge pull requests and issues using the gh CLI.
  • Code and repository discovery: Search repositories and code across GitHub with structured JSON output for automation.
  • Automation-friendly GitHub operations: Inspect Actions workflows and runs, view repo metadata, and fetch files via GitHub APIs through gh.

Quick Start

Use the GitHub skill to view an issue with comments by asking: "Use GitHub to show issue 123 in OWNER/REPO including the comments."

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?

The gh CLI enables managing GitHub issues and pull requests from the command line by supporting listing, viewing, commenting, creating, reviewing, and merging operations directly, streamlining triage and code review workflows.

Can I search code across GitHub repositories and output results as JSON?

Yes, you can search code across GitHub repositories and output structured JSON results using the gh CLI, which supports structured data retrieval for automation-friendly repository discovery and code inspection.

Does gh CLI require an OAuth token to inspect GitHub Actions workflows?

Yes, inspecting GitHub Actions workflows and runs requires using the gh CLI with the user's OAuth token configured via the $GH_TOKEN environment variable, enabling retrieval of repository artifacts, CI run inspection, and file fetching on demand.

What is the best way to triage GitHub work items without navigating the website?

The best way to triage GitHub work items without website navigation is using the gh CLI to manage issues, pull requests, and Actions, retrieving data via REST or GraphQL APIs with pagination and JSON output for efficient workflows.

How do I use gh api for REST and GraphQL queries with pagination?

You use the gh api command to execute REST and GraphQL queries with built-in pagination and JSON output, allowing retrieval of complex repository metadata, artifacts, and files on demand directly from the command line.

When do I need to use gh api instead of first-class gh subcommands?

You need to use gh api instead of first-class gh subcommands when retrieving repository artifacts or files on demand requires specific REST or GraphQL endpoints with pagination and JSON output that standard subcommands do not directly expose.