github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing you to manage issues, monitor pull request checks, and review CI/CD workflow runs directly from your command line.

Core Features & Use Cases

  • Issue Management: Create, list, and view GitHub issues.
  • Pull Request Monitoring: Check the status of CI checks for pull requests.
  • Workflow Run Inspection: List and view details of GitHub Actions workflow runs, including logs for failed steps.
  • API Access: Utilize gh api for advanced queries and data retrieval not covered by standard commands.

Quick Start

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

You can manage GitHub issues and pull requests from the command line by using the GitHub CLI to create, list, and view them directly. This streamlines repository interactions without needing the web interface.

How can I check the status of CI/CD workflow runs for a pull request?

You can check the status of CI/CD workflow runs for a pull request by monitoring the checks directly through the GitHub CLI. This allows you to view details of GitHub Actions runs and inspect logs for any failed steps.

Do I need the GitHub CLI installed and authenticated to manage repository workflows?

Yes, you need the GitHub CLI installed and authenticated to manage repository workflows. This prerequisite allows the tool to execute automated checks, monitor pull request statuses, and perform advanced API queries securely.

How do I run advanced queries for GitHub repository data not covered by standard commands?

To run advanced queries for GitHub repository data not covered by standard commands, you can utilize the gh api command. This provides direct API access for retrieving specific repository data and executing custom queries.

What is the best way to list recent GitHub Actions workflow runs for a specific repository?

The best way to list recent GitHub Actions workflow runs for a specific repository is using the GitHub CLI. It allows you to quickly list and view details of workflow runs, including inspecting logs for failed steps directly from your terminal.

Can I view logs for failed steps in GitHub Actions workflows without using the web interface?

Yes, you can view logs for failed steps in GitHub Actions workflows without the web interface by inspecting workflow run details through the GitHub CLI. This allows you to review CI/CD failures and monitor pull request checks locally.