github

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/laurenzseifried/hektor-workspace --skill github-laurenzseifried
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/laurenzseifried/hektor-workspace/tree/main/skills/github
Command: npx skills add https://github.com/laurenzseifried/hektor-workspace --skill github-laurenzseifried

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and CI/CD workflows directly from the command line.

Core Features & Use Cases

  • Issue Management: List, view, and interact with GitHub issues.
  • Pull Request Monitoring: Check CI statuses and list recent workflow runs for pull requests.
  • API Access: Utilize gh api for advanced queries and data retrieval not covered by standard commands.
  • Use Case: Quickly check the CI status of a specific pull request to ensure all tests are passing before merging.

Quick Start

List the 10 most recent workflow runs for the repository owner/repo.

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 before merging?

To check the CI status of a pull request, you can use this Skill to list recent workflow runs and monitor build statuses directly from the command line. This ensures all tests are passing before you merge.

Can I manage GitHub issues and pull requests directly from the command line?

Yes, you can manage GitHub issues and pull requests directly from the command line using the gh CLI. The Skill facilitates listing, viewing, and interacting with repository issues and PRs efficiently.

Do I need to install the gh CLI to query the GitHub API for advanced data?

Yes, you need the gh CLI installed and authenticated to query the GitHub API. The Skill utilizes gh api commands to support advanced queries and data retrieval not covered by standard commands.

How do I list recent workflow runs for a specific repository?

You can list recent workflow runs for a specific repository by requesting the Skill to show the 10 most recent runs. It uses the gh CLI to retrieve and display the CI/CD run history.

What's the best way to automate code review and build status checks for GitHub repositories?

The best way to automate code review and build status checks is by using this Skill with the gh CLI. It supports automated workflows for monitoring pull requests and verifying CI/CD statuses.

Why does my gh CLI command fail when trying to interact with GitHub repositories?

Your gh CLI command might fail if the CLI is not properly installed or authenticated. This Skill requires the gh CLI to be fully set up and authenticated to manage issues, PRs, and runs successfully.