github

Automate GitHub workflows by running gh CLI commands for issues, PRs, repos, and actions.

1.0k|75|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/octos-org/octos --skill github-octos-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/octos-org/octos/tree/main/crates/octos-agent/skills/github
Command: npx skills add https://github.com/octos-org/octos --skill github-octos-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to automate and streamline GitHub-related tasks by interfacing with the gh CLI to manage issues, pull requests, repositories, releases, and actions across projects.

Core Features & Use Cases

  • Create, list, and view issues and pull requests from the command line.
  • Inspect repository details, workflows, and releases, and trigger actions to automate CI/CD.
  • Script common GitHub maintenance tasks, integrate with shells or automation pipelines for repeatable workflows.

Quick Start

Run gh commands to manage issues, pull requests, repositories, and workflows from the command line.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub workflows for managing issues and pull requests?

Automate GitHub workflows by interfacing directly with the gh CLI to create, list, and view issues and pull requests from the command line. This allows you to script common repository maintenance tasks and integrate them into repeatable shell pipelines.

Can I trigger GitHub Actions and inspect repository details from the command line?

Yes, you can inspect repository details, workflows, and releases, and trigger actions to automate CI/CD processes. This is achieved by executing safe gh CLI interactions with GitHub APIs directly within your shell or scripting context.

What is the best way to script common GitHub maintenance tasks across multiple projects?

The best way to script GitHub maintenance tasks is by applying gh CLI commands across typical scenarios like creating issues, listing PRs, and viewing repository details. This enables direct command-level execution with clear output expectations for your automation pipelines.

Do I need the gh CLI to manage repositories and releases in a shell context?

Yes, the gh CLI is required as it provides the underlying interface for safe interactions with GitHub APIs. You use it to satisfy requirements for direct command-level execution when managing repositories, releases, and actions.

How do I view pull requests and trigger CI/CD workflows without leaving the terminal?

View pull requests and trigger CI/CD workflows by running specific gh CLI commands in your terminal. This approach streamlines your development process by handling issues, PRs, repos, and actions directly from the command line.