github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, automating common tasks related to issues, pull requests, and continuous integration workflows.

Core Features & Use Cases

  • Issue Management: Create, list, and close GitHub issues.
  • Pull Request Operations: List, view, check CI status, and merge pull requests.
  • CI/Workflow Monitoring: View status and logs for GitHub Actions runs.
  • API Queries: Fetch specific data from GitHub using the API.
  • Use Case: You need to quickly check the CI status of a specific pull request or create a new issue to report a bug.

Quick Start

Use the github skill to list all open issues for the 'spoonbobo/trinity' 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 status of a pull request using the GitHub CLI?

To check CI status of a pull request, use the github skill to interact with GitHub repositories via the `gh` CLI. It allows you to view status and logs for GitHub Actions runs directly.

How do I create and close GitHub issues via the command line?

You can create, list, and close GitHub issues via the command line using the github skill. It manages issues by executing `gh` CLI commands to interact with your repositories.

Do I need `gh` CLI authentication to manage pull requests and issues?

Yes, `gh` CLI authentication is required to manage pull requests and issues. The skill interacts with GitHub repositories by executing authenticated `gh` CLI commands for operations.

Can I fetch structured data from the GitHub API using CLI commands?

Yes, you can fetch structured data from the GitHub API using CLI commands. The github skill queries the API and utilizes JSON output for structured data retrieval.

What is the best way to view GitHub Actions workflow logs for CI runs?

The best way to view GitHub Actions workflow logs for CI runs is using the github skill. It monitors CI workflows by fetching and displaying status and logs via the `gh` CLI.

Can I merge pull requests directly from the command line?

Yes, you can merge pull requests directly from the command line. The github skill supports pull request operations including listing, viewing, checking CI status, and merging.