github

Manage GitHub issues, pull requests, and CI/CD workflows via the gh CLI.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kolbick/Kolb-Bot --skill github-kolbick
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/kolbick/Kolb-Bot/tree/main/skills/github
Command: npx skills add https://github.com/kolbick/Kolb-Bot --skill github-kolbick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, issues, pull requests, and CI/CD pipelines by leveraging the official GitHub CLI.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: List, view status, and merge pull requests.
  • CI/CD Monitoring: Check the status and view logs of workflow runs.
  • API Queries: Fetch repository data and metadata using the GitHub API.

Quick Start

Use the github skill to list all open issues for the 'kolbick/Kolb-Bot' 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 issues and pull requests via the command line?▼

You can manage GitHub issues and pull requests via the command line by using the GitHub CLI to create, list, comment on, and merge repository items programmatically.

Can I check CI/CD pipeline status and workflow logs using the GitHub CLI?▼

Yes, you can check CI/CD pipeline status and workflow logs using the GitHub CLI to view the status and retrieve logs of GitHub Actions workflow runs.

Do I need to authenticate the GitHub CLI before managing repositories programmatically?▼

Yes, you must have the GitHub CLI installed and authenticated before you can manage repositories, issues, pull requests, and CI/CD pipelines programmatically.

What is the best way to fetch repository data and metadata from GitHub?▼

The best way to fetch repository data and metadata is by using the GitHub CLI to query the GitHub API for programmatic access to repository information.

Can I automate GitHub repository operations for project management?▼

You can automate GitHub repository operations for project management by leveraging the GitHub CLI to interact with issues, pull requests, and CI/CD pipelines.