github-skill

Clone GitHub repositories and manage pull requests via the gh CLI.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/OpenCompany --skill github-skill-zeenie-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-skill
Source: https://github.com/zeenie-ai/OpenCompany/tree/main/server/skills/github/github-skill
Command: npx skills add https://github.com/zeenie-ai/OpenCompany --skill github-skill-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of working with GitHub by letting you clone repositories, create and review pull requests, file and triage issues, and run advanced GitHub CLI commands without leaving the workflow.

Core Features & Use Cases

  • Repository Operations: Clone a repo into the workspace and work directly in a local checkout.
  • Pull Request Workflow: Create, list, inspect, and merge pull requests with structured outputs for automation.
  • Issue Management: Create and list issues for bug tracking, planning, and support workflows.
  • Advanced GitHub CLI Access: Use the passthrough command path to run any gh command, including API calls, releases, workflow runs, and repository administration.
  • Use Case: A developer can clone a repository, open a feature branch PR, verify the open review queue, and merge the approved change using one consistent tool.

Quick Start

Ask the assistant to list open pull requests for a GitHub repository or clone a repository and open a new pull request from the local checkout.

Frequently Asked Questions about github-skill

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

FAQPage Schema
How do I manage GitHub pull requests and issues from chat?

You can manage GitHub pull requests and issues from chat by using the gh CLI to create, list, inspect, and merge pull requests or file and triage issues, returning parsed JSON outputs for automation workflows.

Can I clone a GitHub repository and work in a local checkout?

Yes, you can clone a GitHub repository and work in a local checkout. The Skill supports local checkout workflows, allowing you to operate directly on the cloned codebase to perform reviews, releases, and automation tasks.

Do I need gh authentication to run GitHub CLI commands?

Yes, gh authentication is required to run GitHub CLI commands through this Skill. The authentication enables cloning repositories, managing pull requests, tracking issues, and executing arbitrary GitHub commands on remote repositories.

What's the best way to run advanced GitHub API calls and workflow automations?

The best way to run advanced GitHub API calls and workflow automations is through the passthrough command path. This path executes any gh command for releases, workflow runs, and repository administration, emitting custom machine-readable output.

Does the GitHub CLI integration support structured outputs for automation?

Yes, the GitHub CLI integration supports structured outputs for automation. It returns parsed JSON for list operations and custom commands that emit machine-readable output, enabling consistent automation of pull request and issue workflows.