github

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

17|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/omniaura/omniclaw --skill github-omniaura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/omniaura/omniclaw/tree/main/container/skills/github
Command: npx skills add https://github.com/omniaura/omniclaw --skill github-omniaura

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive command-line interface for interacting with GitHub, streamlining complex operations like pull request management, code review, issue tracking, and CI/CD pipeline control.

Core Features & Use Cases

  • Pull Request Management: Create, edit, view, merge, and close pull requests.
  • Code Review: Approve, request changes, and comment on reviews directly.
  • Issue Tracking: Create, edit, comment on, and list issues.
  • CI/CD Automation: View, watch, rerun, and cancel GitHub Actions workflows.
  • Code Search: Efficiently search repositories for code snippets, files, and issues.

Quick Start

Use the github skill to list all open pull requests assigned to you.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage pull requests and code reviews from the command line?

You can manage pull requests and code reviews from the command line by executing bash commands to create, merge, approve, or request changes directly, streamlining repository interactions without leaving the terminal.

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

Yes, you can trigger and monitor CI/CD workflows in GitHub Actions via CLI by running deterministic bash commands to view, watch, rerun, or cancel pipeline executions directly within your terminal environment.

What is the best way to automate GitHub issue tracking and code search?

Automating GitHub issue tracking and code search is best achieved through CLI commands that create, edit, and list issues, alongside efficient repository searching for specific code snippets and files.

Does GitHub CLI support advanced GraphQL API operations for scripting?

GitHub CLI supports advanced GraphQL API operations for scripting, enabling complex queries and deterministic bash execution to manage repositories, pull requests, and workflows programmatically.

How do I list and interact with open pull requests assigned to me?

To list and interact with open pull requests assigned to you, use the CLI to execute a quick start command that retrieves all assigned PRs, allowing you to view, edit, or merge them directly.

When should I use CLI commands instead of the GitHub web interface for repository management?

Use CLI commands instead of the web interface for repository management when you need to streamline complex operations like scripting automated pull request management, CI/CD control, and bulk issue tracking.