github

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

2|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ariffazil/openclaw-workspace --skill github-ariffazil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/ariffazil/openclaw-workspace/tree/main/skills/github
Command: npx skills add https://github.com/ariffazil/openclaw-workspace --skill github-ariffazil

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, code, and CI/CD pipelines directly from the command line.

Core Features & Use Cases

  • Issue & PR Management: Create, list, view, and close issues and pull requests.
  • Code Operations: Search code across repositories, view commit history, and manage branches.
  • CI/CD Automation: Monitor and trigger GitHub Actions workflows.
  • Use Case: Quickly open a new bug report in the ariffazil/arifOS repository with a specific title and label, or create a pull request from your current branch with a detailed description.

Quick Start

Use the github skill to list all open issues in the ariffazil/arifOS 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 by using command-line scripts to create, list, view, and close them directly across your owned repositories. This streamlines tracking and merging code without leaving the terminal.

Can I monitor and trigger GitHub Actions CI/CD workflows via CLI?

Yes, you can monitor and trigger GitHub Actions CI/CD workflows via CLI. This allows you to check pipeline statuses and initiate workflow runs directly, automating continuous integration tasks from the command line.

How do I search code and view commit history across multiple GitHub repositories?

You can search code and view commit history across multiple GitHub repositories by executing targeted command-line queries. This enables quick codebase navigation and tracking of branch changes without manual web browsing.

What is the best way to automate bug report creation in a specific GitHub repository?

The best way to automate bug report creation is using command-line scripts to open issues in a specific GitHub repository with predefined titles and labels. This standardizes issue tracking across repositories like ariffazil/arifOS.

Does this CLI approach require any external dependencies to manage GitHub repositories?

No external dependencies are required to manage GitHub repositories using this approach. It operates independently using built-in scripts to interact with the GitHub CLI for all repository and workflow management tasks.

Can I create a pull request from my current branch with a detailed description automatically?

Yes, you can create a pull request from your current branch with a detailed description automatically. Command-line scripts handle branch targeting and metadata population to streamline the PR submission process.