github

Manage and query GitHub repositories, issues, PRs, and CI/CD workflows via gh CLI.

4|1|Updated Jul 23, 2020
One-click install
npx skills add https://github.com/onbjerg/dot --skill github-onbjerg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/onbjerg/dot/tree/main/pi/skills/github
Command: npx skills add https://github.com/onbjerg/dot --skill github-onbjerg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates and simplifies interactions with GitHub, enabling efficient project management without manual browser or web interface use.

Core Features & Use Cases

  • Issue and Pull Request Management: Check status, list, view details, and perform actions on issues and PRs directly from the terminal.
  • CI/CD Monitoring: Retrieve workflow run statuses and logs for quick debugging.
  • Advanced Queries: Access detailed GitHub data through API calls for insights or automation scripts.
  • Use Case: A developer wants to quickly verify the status of a pull request or fetch specific information about a repository without leaving their terminal environment.

Quick Start

Use the github skill to list recent workflow runs for a specific repository and check their statuses.

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 terminal?

You can manage GitHub issues and pull requests by using the gh CLI to check statuses, list items, view details, and perform actions directly without leaving your terminal environment.

Can I check the status of GitHub workflow runs without using the web interface?

Yes, you can check GitHub workflow run statuses and retrieve logs for quick debugging directly through API interactions and CLI commands to monitor your CI/CD pipelines.

What's the best way to automate routine GitHub repository maintenance tasks?

Automating GitHub repository maintenance is best handled by streamlining routine tasks through CLI and API integrations, enabling efficient project management without manual browser use.

Do I need gh CLI and API access to retrieve detailed GitHub repository data?

Yes, you need gh CLI and API access for advanced data retrieval because the skill relies on specific API interactions to access detailed GitHub data for insights or automation scripts.

How does querying GitHub data through API calls work for development pipelines?

Querying GitHub data through API calls works by enabling specific interactions within development pipelines to fetch repository information, streamlining routine maintenance and advanced data retrieval tasks.