github

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

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/tokamak-network/eth-nanobot --skill github-tokamak-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/tokamak-network/eth-nanobot/tree/main/nanobot/skills/github
Command: npx skills add https://github.com/tokamak-network/eth-nanobot --skill github-tokamak-network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates GitHub tasks by leveraging gh CLI to manage issues, pull requests, CI runs, and API queries.

Core Features & Use Cases

  • Manage issues and pull requests: list, view, create, and update state with gh issue and gh pr.
  • Inspect CI and runs: check status and logs with gh run and related commands.
  • API access and data queries: fetch repository data using gh api for advanced queries.

Quick Start

Ask me to list open PRs in a repo using gh pr list.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub interactions for managing issues and pull requests?

Automate GitHub interactions using the gh CLI to manage issues and PRs. You can list, view, create, and update states by executing gh issue and gh pr commands within your repository context.

What is the best way to check CI run status and logs across multiple repositories?

Checking CI run status across multiple repositories is done using the gh CLI. The Skill automates gh run and related commands to inspect status and fetch logs for fast, scriptable access to repository governance.

Can I fetch repository data with advanced API queries using gh CLI?

Yes, you can fetch repository data using gh api for advanced queries. The Skill automates gh api commands, allowing developers to script data extraction and perform complex repository API queries.

Do I need gh CLI installed and configured to automate GitHub tasks?

Yes, you need gh CLI installed and configured to automate GitHub tasks. This Skill requires the gh environment to execute commands for issues, PRs, CI runs, and API queries with proper repo context.

How does gh CLI support scriptable access for operations teams?

The gh CLI supports scriptable access by executing commands like gh issue, pr, run, and api. It provides operations teams fast, automated control over repository status checks and governance across multiple repositories.