github

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

2|Updated Jun 1, 2015
One-click install
npx skills add https://github.com/TimoFreiberg/dotfiles --skill github-timofreiberg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/TimoFreiberg/dotfiles/tree/main/agents/skills/github
Command: npx skills add https://github.com/TimoFreiberg/dotfiles --skill github-timofreiberg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, enabling efficient management of pull requests, CI/CD workflows, and data retrieval via the GitHub CLI.

Core Features & Use Cases

  • CI Status Checks: Verify the status of continuous integration checks on pull requests.
  • Workflow Run Management: List and inspect recent GitHub Actions workflow runs.
  • Advanced API Queries: Utilize gh api for complex data retrieval beyond standard commands.

Quick Start

Check the CI status for pull request number 55 on 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 status of a pull request on GitHub?

You can check the CI status of a pull request by using this Skill to run GitHub CLI commands. It queries the repository and returns the continuous integration check results for a specified pull request number.

How do I list recent GitHub Actions workflow runs?

You list recent GitHub Actions workflow runs by leveraging this Skill's GitHub CLI integration. It executes the appropriate commands to retrieve and display recent workflow run history for your target repository.

Can I execute advanced GitHub API queries using the gh command-line interface?

Yes, you can execute advanced GitHub API queries using the gh command-line interface through this Skill. It facilitates complex data retrieval beyond standard commands by utilizing the `gh api` functionality for detailed repository data.

Do I need to authenticate the GitHub CLI before managing pull requests and workflows?

Yes, you must have the `gh` CLI installed and authenticated before using this Skill to manage pull requests or workflows. It relies on your existing GitHub CLI setup to securely interact with repositories.

What is the best way to manage GitHub repository data retrieval via CLI?

The best way to manage GitHub repository data retrieval via CLI is using this Skill, which leverages the `gh` command-line interface. It handles pull requests, CI/CD workflows, and advanced API queries for detailed repository data.