github

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

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/PicoMLX/SwiftSQLite --skill github-picomlx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/PicoMLX/SwiftSQLite/tree/main/.agents/skills/github
Command: npx skills add https://github.com/PicoMLX/SwiftSQLite --skill github-picomlx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of switching between your terminal and the browser by enabling direct interaction with GitHub issues, pull requests, and CI/CD workflows.

Core Features & Use Cases

  • CI/CD Monitoring: Quickly check the status of pull request checks and view logs for failed workflow runs.
  • GitHub API Integration: Perform advanced queries to extract specific repository data that standard CLI commands might miss.
  • Use Case: When a build fails, use this skill to instantly list recent runs, identify the specific failed job, and fetch the logs to debug the issue without leaving your command line.

Quick Start

Use the github skill to list the ten most recent workflow runs for the current repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check CI/CD workflow run statuses from the command line?

Check CI/CD workflow run statuses by interacting with GitHub repositories via the gh CLI to monitor build statuses and list recent runs without switching to a browser.

Can I fetch logs for failed GitHub Actions workflow runs directly in the terminal?

Fetch logs for failed GitHub Actions workflow runs directly in the terminal by using the gh CLI to identify specific failed jobs and retrieve debugging logs.

Do I need to install and authenticate the gh CLI tool to manage GitHub pull requests?

Yes, you need the gh CLI tool installed and authenticated to perform repository operations like managing pull requests and issues via command line.

How do I extract specific repository data that standard GitHub CLI commands miss?

Extract specific repository data missed by standard commands by performing advanced queries through the GitHub API integration to retrieve detailed repository information.

What is the best way to debug a failed GitHub build without leaving the command line?

Debug a failed GitHub build without leaving the command line by listing recent workflow runs, identifying the failed job, and fetching logs through the gh CLI.

Can I manage GitHub issues and pull requests entirely through CLI automation?

Manage GitHub issues and pull requests entirely through CLI automation by executing repository operations and workflow monitoring via the authenticated gh CLI tool.