github

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

2|Updated Nov 9, 2021
One-click install
npx skills add https://github.com/adampetrovic/dotfiles --skill github-adampetrovic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/adampetrovic/dotfiles/tree/main/dot_pi/agent/skills/github
Command: npx skills add https://github.com/adampetrovic/dotfiles --skill github-adampetrovic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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 & PR Management: List, view, and interact with GitHub issues and pull requests.
  • CI/CD Monitoring: Track the status and logs of GitHub Actions workflows.
  • API Access: Leverage gh api for advanced queries and data retrieval.
  • File Downloads: Download repository files and folders without cloning the entire repository.
  • Use Case: Quickly check the CI status of a specific pull request, view failed workflow runs, and download necessary artifacts for debugging.

Quick Start

Use the github skill to list the last 10 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 manage GitHub issues and pull requests from the command line?

You can manage GitHub issues and pull requests directly from the command line using this Skill to interact with repositories via the GitHub CLI. It allows you to list, view, and interact with them efficiently without using the web interface.

Can I check GitHub Actions CI/CD workflow status and logs via CLI?

Yes, you can check GitHub Actions CI/CD workflow status and logs via CLI. This Skill tracks the status of workflow runs and enables you to view failed runs and download necessary artifacts for debugging directly from your terminal.

Do I need the GitHub CLI installed to manage repositories with this tool?

Yes, you need the GitHub CLI installed to manage repositories with this tool. The Skill requires the gh CLI to facilitate interaction with GitHub repositories, manage pull requests, and enable advanced API queries.

What is the best way to download specific files from a GitHub repository without cloning?

The best way to download specific files from a GitHub repository without cloning is using this Skill. It supports downloading repository files and folders directly, requiring the optional gh-download extension to retrieve only the necessary assets.

How do I run advanced GitHub API queries for repository data retrieval?

You run advanced GitHub API queries for repository data retrieval by leveraging the gh api command. This Skill facilitates advanced queries, allowing you to extract specific data from your repositories directly through the command line.