jms-git

Automate GitHub operations via gh CLI for repository management.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jinglemansweep/agent-resources --skill jms-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jms-git
Source: https://github.com/jinglemansweep/agent-resources/tree/main/plugins/jinglemansweep/skills/jms-git
Command: npx skills add https://github.com/jinglemansweep/agent-resources --skill jms-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured interface for GitHub operations using the gh CLI. It consolidates pull requests, issues, CI/workflow runs, and GitHub API queries into a CLI-driven workflow.

Core Features & Use Cases

  • Pull request management (list, view, create, merge, review)
  • Issue management (list, create, close, view)
  • CI/workflow operations (view status, logs, re-run)
  • GitHub API queries for operations not covered above

Quick Start

Interact with GitHub by executing gh commands to manage a repository.

Frequently Asked Questions about jms-git

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?

Manage GitHub pull requests and issues from the command line by executing gh CLI commands to list, view, create, merge, and review repository items. This consolidates repository management into a CLI-driven workflow.

Can I check CI workflow status and logs using the gh CLI?

Check CI workflow status and logs using the gh CLI by executing commands to view workflow run visibility and re-run failed jobs. This provides direct CI/workflow operations without leaving the terminal.

Do I need Bash and gh CLI installed to automate GitHub operations?

You need Bash and gh CLI installed to automate GitHub operations. A Bash execution environment is required, and the gh CLI must be installed and authenticated to execute repository management commands.

What is the best way to run GitHub API queries for repository tasks not covered by standard commands?

Run GitHub API queries for repository tasks not covered by standard commands by using the gh CLI's API query capabilities. This allows extended operations across personal or team repositories when default commands are insufficient.

Does GitHub CLI automation output data in a JSON-friendly format for scripting?

GitHub CLI automation outputs data in a JSON-friendly format suitable for scripting. This allows repository management operations to be easily parsed and integrated into larger automated workflows.