github

Runs a command that retrieves and displays GitHub user or organization's public and private repositories depending on permissions.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/pro-utkarshM/friday --skill github-pro-utkarshm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/pro-utkarshM/friday/tree/main/skills/github
Command: npx skills add https://github.com/pro-utkarshM/friday --skill github-pro-utkarshm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the gh CLI, automating tasks related to pull requests, CI/CD runs, and data retrieval.

Core Features & Use Cases

  • Pull Request Checks: Monitor the CI status of specific pull requests.
  • Workflow Run Management: List and inspect recent GitHub Actions workflow runs, including viewing logs for failed steps.
  • Advanced API Queries: Utilize gh api for complex data retrieval beyond standard subcommands.
  • Use Case: Quickly check if a pull request's automated tests are passing before merging, or investigate a failed deployment by viewing the relevant workflow run logs.

Quick Start

Use the github skill to list the last 10 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 monitor its pull request checks using the gh CLI. This allows you to verify if automated tests are passing before merging.

How do I list recent GitHub Actions workflow runs for a repository?

You can list recent GitHub Actions workflow runs by using the gh CLI. This skill supports listing and inspecting workflow runs, including viewing logs for specific failed steps.

Do I need the gh CLI installed to manage GitHub PRs and CI/CD runs?

Yes, you need the gh CLI tool installed and authenticated. This skill facilitates interaction with GitHub repositories by leveraging the gh command-line interface for all operations.

What is the best way to retrieve complex repository data beyond standard GitHub commands?

The best way to retrieve complex repository data is using advanced API queries. You can utilize the gh api command for granular data retrieval beyond standard subcommands.

Can I view logs for failed CI/CD workflow steps directly from the command line?

Yes, you can view logs for failed CI/CD workflow steps directly from the command line. The skill supports inspecting recent GitHub Actions workflow runs and extracting the relevant failure logs.

Why use the command line to monitor GitHub workflow runs instead of the web interface?

Using the command line to monitor GitHub workflow runs streamlines interactions by automating tasks related to pull requests and CI/CD. It allows quick checks and granular data retrieval without leaving the terminal.