One-click install
npx skills add https://github.com/markerikson/opencode-config-example --skill gh-markerikson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh
Source: https://github.com/markerikson/opencode-config-example/tree/main/config/skill/gh
Command: npx skills add https://github.com/markerikson/opencode-config-example --skill gh-markerikson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It eliminates the friction of managing pull requests, issues, and releases by teaching you GitHub CLI workflows that match how GitHub thinks, but in your terminal.

Core Features & Use Cases

  • Pull request workflows: Create, view, check out, review, diff, and merge PRs using command patterns that follow GitHub concepts.
  • Issue management: Create, list with filters, view, edit, close, and manage labels/assignees from the command line.
  • Repo and release operations: View/clone/create/fork repositories and create/list/upload/download release assets without switching tools.

Quick Start

Use the gh skill when you need to create or review a pull request from your terminal, based on your current git repository context.

Frequently Asked Questions about gh

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

FAQPage Schema
How do I manage GitHub pull requests and issues from the command line?

You can manage GitHub pull requests and issues from the command line by using the GitHub CLI to create, view, review, and merge PRs or filter and edit issues directly within your terminal context.

Can I automate GitHub release operations without leaving the terminal?

Yes, you can automate GitHub release operations without leaving the terminal by running CLI commands to create, list, upload, and download release assets for your repositories without switching tools.

Does the GitHub CLI support formatting output with JSON and GraphQL fallbacks?

The GitHub CLI supports formatting output with JSON and template formatting, providing scripting guidance and GraphQL API fallbacks for advanced querying when standard porcelain commands are insufficient.

What is the best way to resolve git remote context for GitHub automation?

The best way to resolve git remote context for GitHub automation is using CLI workflows that match GitHub's mental model, safely resolving repository and branch contexts directly from your local git remotes.

Why does my GitHub CLI authentication fail during command execution?

GitHub CLI authentication fails during command execution when safe configuration practices are not met, requiring proper setup and troubleshooting of API usage permissions to resolve access issues.