github

Automate GitHub repository, issue, and pull request operations via gh CLI.

166|4|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/gebruder/wirken --skill github-gebruder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/gebruder/wirken/tree/main/skills/github
Command: npx skills add https://github.com/gebruder/wirken --skill github-gebruder

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines GitHub operations, allowing users to manage repositories, issues, pull requests, and more with the gh CLI, eliminating the need for manual navigation.

Core Features & Use Cases

  • Repository Management: List, view, clone, and star repositories.
  • Issue and PR Management: List, create, view, and manage issues and pull requests.
  • CI/CD Status: Check the status of continuous integration builds.
  • Search: Search code and issues within repositories.
  • Use Case: If you need to quickly check the status of a pull request or find a specific issue in a repository, this Skill can automate those tasks.

Quick Start

Use the github skill to list all repositories owned by your organization.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the status of a pull request from the command line?

You can check pull request status by running gh CLI commands through this Skill. It automates querying CI/CD build states and PR details, eliminating the need for manual web navigation.

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

Yes, you must have the gh CLI installed and authenticated locally. This Skill acts as a streamlined interface that executes repository management operations through the configured gh CLI.

Can I search for specific issues and code within my GitHub repositories?

Yes, searching code and issues is supported. The Skill passes search parameters to the gh CLI, returning relevant repository results directly without requiring manual repository navigation.

What is the best way to automate listing and cloning repositories for an organization?

Automating repository listing and cloning is done via gh CLI commands wrapped by this Skill. It retrieves organization repositories and executes clone operations based on the returned data.

Does this approach to issue tracking work without opening a web browser?

Yes, issue tracking works entirely via the command line. The Skill creates, lists, and views issues by executing gh CLI commands, keeping repository management within the local terminal environment.