gh

Automate GitHub operations like listing PRs, merging, and checking CI status.

3|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/ai-ecoverse/skills --skill gh-ai-ecoverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh
Source: https://github.com/ai-ecoverse/skills/tree/main/skills/gh
Command: npx skills add https://github.com/ai-ecoverse/skills --skill gh-ai-ecoverse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Interact with GitHub via gh.jsh — a lightweight GitHub CLI for SLICC agents. Use this skill for any GitHub task: listing or viewing pull requests, merging PRs, posting comments, checking out branches, viewing issues, inspecting workflow runs, listing releases, searching PRs, or managing Actions variables. Trigger on requests like "list open PRs", "check CI status", "merge this PR", "what issues are open", "show the latest release", "post a comment on PR #42", "set a repo variable", or any task involving a GitHub repository.

Core Features & Use Cases

  • List and view pull requests, issues, and repository information with gh.jsh
  • Merge PRs, post comments, checkout branches, inspect workflow runs, view releases, and search PRs
  • Use cases include checking CI status, diagnosing PRs, and automating routine GitHub tasks in workflows

Quick Start

Invoke gh.jsh with a command such as pr list to view open pull requests.

Frequently Asked Questions about gh

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

FAQPage Schema
How do I automate GitHub pull requests and issues from an AI agent?

Check CI status and workflow runs by executing the gh.jsh wrapper to inspect Actions pipelines. The skill derives repository context automatically from git remotes, allowing you to monitor CI status across repositories without manually specifying owner and repo.

How do I check CI status and workflow runs across GitHub repositories?

Check CI status and workflow runs by executing the gh.jsh wrapper to inspect Actions pipelines. The skill derives repository context automatically from git remotes, allowing you to monitor CI status across repositories without manually specifying owner and repo.

Can I manage GitHub Actions variables and releases without specifying owner and repo?

Merge pull requests and post comments by triggering the gh.jsh wrapper with commands like pr merge or pr comment. This lightweight CLI supports common workflows including checking out branches, viewing PR details, and searching PRs across your repositories.

Can I manage GitHub Actions variables and releases without specifying owner and repo?

Manage Actions variables and list releases without explicit owner and repo by using the gh.jsh wrapper. It automatically derives repository context from your local git remotes, though you can still provide explicit owner and repo parameters when needed.

What GitHub tasks are supported by a lightweight CLI for AI agents?

Supported GitHub tasks include listing and viewing pull requests, issues, and releases, merging PRs, posting comments, checking out branches, inspecting workflow runs, searching PRs, and managing Actions variables through the gh.jsh wrapper.