github

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

12|5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/odyssey4me/agent-skills --skill github-odyssey4me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/odyssey4me/agent-skills/tree/main/skills/github
Command: npx skills add https://github.com/odyssey4me/agent-skills --skill github-odyssey4me

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines your GitHub workflow by allowing you to manage issues, pull requests, workflows, and repositories directly through the command line, reducing context switching and manual effort.

Core Features & Use Cases

  • Issue Management: Create, list, and view GitHub issues.
  • Pull Request Workflow: Create, view, merge, and review pull requests.
  • CI/CD Monitoring: Track and manage GitHub Actions workflow runs.
  • Repository Operations: List and view repository details.
  • Use Case: When you need to quickly open a pull request for a bug fix, review pending merge requests, or check the status of a CI pipeline, this skill provides the necessary commands.

Quick Start

Use the github skill to list all open pull requests in the 'odyssey4me/agent-skills' 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 pull requests and issues from the command line?

Manage GitHub pull requests and issues from the command line by using this skill to programmatically create, list, view, and review them via the gh CLI. It streamlines issue tracking and code review management directly in your terminal.

Can I monitor GitHub Actions CI/CD workflow runs without leaving the terminal?

Monitor GitHub Actions CI/CD workflow runs directly in the terminal by using this skill to track and manage pipeline statuses via the gh CLI. It reduces context switching by providing programmatic control over your workflows.

Do I need to install and authenticate the gh CLI to manage repositories?

Yes, managing GitHub repositories requires the gh CLI to be installed and authenticated for all operations. This prerequisite enables the skill to execute administrative and development tasks like repository viewing and listing.

What is the best way to automate GitHub repository administration tasks?

Automate GitHub repository administration tasks by leveraging this skill to programmatically control repository operations via the gh CLI. It handles administrative duties like listing and viewing repository details without manual web interface effort.

Does this approach support creating and merging pull requests for bug fixes?

Yes, creating and merging pull requests for bug fixes is fully supported. The skill provides the necessary commands to handle the entire pull request workflow, including creation, viewing, reviewing, and merging directly through the command line.