github

Manage GitHub issues, pull requests, CI runs, and API data via gh CLI.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/moshehbenavraham/crocbot --skill github-moshehbenavraham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/moshehbenavraham/crocbot/tree/main/skills/github
Command: npx skills add https://github.com/moshehbenavraham/crocbot --skill github-moshehbenavraham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub from the CLI to streamline workflows, issue/pr management, CI status checks, and API data retrieval without leaving the terminal.

Core Features & Use Cases

  • Interact with GitHub using gh to manage issues, PRs, and CI runs.
  • Query GitHub data and automate common tasks across repos.
  • Use in day-to-day repository maintenance, code reviews, and release workflows.

Quick Start

Ask the skill to list open PRs in a repository.

Frequently Asked Questions about github

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

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

You can manage GitHub pull requests and issues from the command line by using the gh CLI to interact directly with repositories, streamlining day-to-day maintenance and code reviews without leaving the terminal.

Can I check CI run statuses across multiple repos using gh?

Yes, you can check CI run statuses across multiple repos using gh. The Skill supports querying GitHub data and automating common tasks, including monitoring CI runs via the gh run command.

Do I need the gh CLI installed to query GitHub API data?

Yes, you need the gh CLI installed and authenticated to query GitHub API data. This Skill relies on gh commands like gh api to retrieve data and automate workflows directly from your terminal.

What is the best way to automate repository maintenance tasks without leaving the terminal?

The best way to automate repository maintenance without leaving the terminal is using the gh CLI. It supports querying data, managing releases, and automating workflows across multiple repositories efficiently.

Does this approach work for release workflows and code reviews?

Yes, this approach works for release workflows and code reviews. The gh CLI facilitates interacting with GitHub to manage issues, pull requests, and CI runs, supporting these specific day-to-day repository operations.