github

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

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Rachasumanth/text2llm001 --skill github-rachasumanth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Rachasumanth/text2llm001/tree/main/skills/github
Command: npx skills add https://github.com/Rachasumanth/text2llm001 --skill github-rachasumanth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing users to manage issues, pull requests, and CI/CD workflows directly from their command line.

Core Features & Use Cases

  • Issue Management: Create, list, and view GitHub issues.
  • Pull Request Operations: Check CI status, list workflow runs, and view run details/logs for pull requests.
  • API Access: Utilize gh api for advanced queries and data retrieval beyond standard commands.
  • Use Case: Quickly check the CI status of a specific pull request to ensure all tests are passing before merging.

Quick Start

Use the github skill to list the last 10 workflow runs for the owner/repo repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the CI/CD status of a pull request using the GitHub CLI?

You can check the CI/CD status of a pull request by using the GitHub CLI to query PR checks, list workflow runs, and view specific run logs to ensure all tests pass before merging.

How do I list and manage GitHub issues from the command line?

Manage GitHub issues directly from the command line by executing CLI commands to create new issues, list existing issues, and view detailed issue data for your repositories.

Do I need to install and authenticate the GitHub CLI to manage repositories?

Yes, you need the GitHub CLI binary installed and authenticated on your system to interact with repositories, manage pull requests, and execute advanced API queries.

Can I retrieve custom repository data beyond standard GitHub commands?

Yes, you can utilize the GitHub API via the CLI for advanced queries and custom data retrieval, allowing you to fetch specific repository information beyond standard issue and PR commands.

What is the best way to view specific workflow run logs for a GitHub repository?

The best way to view workflow run logs is by using the GitHub CLI to list workflow runs for a repository and then requesting the detailed logs for a specific run to diagnose failures.