git-lovely:gh-cli

Guide and execute GitHub CLI commands for PRs, issues, and workflows.

4|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/aaronbassett/aaronbassett-marketplace --skill git-lovely-gh-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-lovely:gh-cli
Source: https://github.com/aaronbassett/aaronbassett-marketplace/tree/main/plugins/git-lovely/skills/gh-cli
Command: npx skills add https://github.com/aaronbassett/aaronbassett-marketplace --skill git-lovely-gh-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides structured guidance and automation patterns for using the GitHub CLI to manage PRs, issues, and workflows, enabling faster, safer automation without manual searching through docs.

Core Features & Use Cases

  • Guided gh workflows: Step-by-step patterns for creating PRs, labeling issues, and checking CI status across repositories.
  • Error handling patterns: Standardized responses for common gh command failures and troubleshooting steps.
  • Use Case: Example: you want to open a PR, add labels, fetch checks, and download a run log, all via CLI with guidance.

Quick Start

Use gh help to learn available commands, then follow the recommended flow to create a PR and verify checks.

Frequently Asked Questions about git-lovely:gh-cli

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

FAQPage Schema
How do I automate GitHub CLI workflows for pull requests and issues?

You can automate GitHub CLI workflows by following guided patterns to create PRs, label issues, and check CI status across repositories. This skill provides step-by-step commands and enforces best practices for safe, automated gh operations.

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

Yes, you can check CI status and download workflow logs using the gh CLI. This skill provides structured automation patterns to fetch checks and retrieve run logs across multiple repositories without manual searches.

What's the best way to handle common gh command failures during automation?

Handling gh command failures involves using standardized error handling patterns and troubleshooting steps. This skill offers structured responses for common CLI errors to ensure safer automation during PR creation and issue management.

Do I need gh installed and authenticated to automate GitHub workflows?

Yes, you need the gh CLI installed and authenticated to automate GitHub workflows. This skill assumes an available and authenticated gh environment to execute guided commands for PRs, issues, and CI checks.

How do I create a PR and add labels across multiple repositories via CLI?

You create a PR and add labels across multiple repositories by executing guided gh CLI commands. This skill provides structured automation flows to open PRs, apply labels, and verify checks seamlessly.