github

Automate GitHub issue, PR, and CI management via the gh CLI.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill github-xcriminal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/xcriminal1/Xcriminal-bot/tree/main/skills/github
Command: npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill github-xcriminal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub efficiently from an AI agent, enabling quick issue handling, PR reviews, and repository queries without manual navigation.

Core Features & Use Cases

  • Issue & PR management: create, inspect, and comment on issues and PRs using gh commands.
  • CI and workflow visibility: check CI status and workflow runs for a repository.
  • API access & advanced queries: fetch data from GitHub API endpoints for insights.
  • Use Case: When monitoring a repository, run quick checks like gh pr checks, gh run list, and gh api to surface current state.

Quick Start

Ask the AI to list open PRs in a given repository 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 issue and pull request management from an AI agent?

Automate GitHub issue and pull request management by executing gh CLI commands to create, inspect, and comment on issues and PRs directly, avoiding manual web navigation. This provides quick repository handling and structured outputs.

Can I check CI status and workflow runs for a repository using gh commands?

Yes, you can check CI status and workflow runs using gh commands like gh pr checks and gh run list. This surfaces the current repository state and workflow visibility without leaving the agent interface.

What is the best way to fetch data from GitHub API endpoints for repository insights?

The best way to fetch data from GitHub API endpoints is using the gh api command. It applies structured queries via --json and --jq flags to extract actionable insights and surface specific repository data.

Does this GitHub automation approach work for monitoring multiple repository workflows?

Yes, this GitHub automation approach works for monitoring workflows across repositories by running quick checks like gh run list and gh pr checks. It is designed for software development workflows needing fast repository navigation and CI inspection.

Why use gh CLI for GitHub interactions instead of manual repository navigation?

Use gh CLI for GitHub interactions to enable quick issue handling, PR reviews, and repository queries efficiently from an AI agent. It provides command guidance and structured outputs, replacing slow manual navigation with automated API queries.

How do I list open pull requests in a specific repository using the gh CLI?

List open pull requests in a specific repository by asking the AI to run gh pr list. This command handles input robustly and returns structured outputs, providing immediate visibility into current PRs.