github

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

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/nuno7lopes/alisio --skill github-nuno7lopes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/nuno7lopes/alisio/tree/main/skills/github
Command: npx skills add https://github.com/nuno7lopes/alisio --skill github-nuno7lopes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines GitHub operations by leveraging the powerful gh CLI, making it quick and easy to manage issues, pull requests, and CI workflows without complex browser flows.

Core Features & Use Cases

  • PR Management: Check PR status, reviews, and merge readiness.
  • CI/Workflow Runs: View and manage CI/workflow run statuses and logs.
  • Issue Management: Create, comment on, and close issues.
  • API Queries: Query GitHub API for repository data.
  • Use Case: Efficiently monitor the status of a pull request, ensuring it's ready for merge, without navigating through the GitHub web interface.

Quick Start

Use the github skill to check the status of PR #123 in 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 manage GitHub pull requests and check merge readiness without using the web interface?

You can manage pull requests and check merge readiness by running CLI commands to query PR status and reviews. This bypasses the browser, providing efficient repository management directly from your terminal.

Can I check CI workflow run statuses and logs directly from the terminal?

Yes, you can check CI workflow run statuses and logs directly from the terminal. By executing CLI commands, you retrieve workflow execution data, avoiding complex browser flows for continuous integration monitoring.

How do I create, comment on, and close issues using command line tools?

You can create, comment on, and close issues using command line tools that interact with the GitHub API. This allows efficient issue tracking and management without navigating through the web interface.

Do I need the gh CLI installed and authenticated to manage repositories programmatically?

Yes, you need the gh CLI installed and authenticated to manage repositories programmatically. Appropriate authentication is required to access GitHub resources for pull requests, issues, and CI workflows.

What is the best way to query GitHub API for repository data during software development?

The best way to query the GitHub API for repository data is by using the gh CLI. It streamlines API queries for repository management and automation, making development workflows more efficient.