gh-cli-use

Manage GitHub repositories, issues, PRs, and actions via gh CLI.

9|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/gwenwindflower/dotfiles --skill gh-cli-use
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli-use
Source: https://github.com/gwenwindflower/dotfiles/tree/main/dot_agents/exact_skills/_deactivated/gh-cli-use
Command: npx skills add https://github.com/gwenwindflower/dotfiles --skill gh-cli-use

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely manage GitHub repositories, issues, PRs, and actions from the command line.

Core Features & Use Cases

  • Safely perform common gh operations with protection rules: view, list, create, and monitor repos, issues, PRs, and Actions with safety checks to avoid destructive actions.
  • Standardize workflows across teams by guiding users through typical gh workflows, such as creating issues, opening PRs, and triggering Actions.
  • Use case: you need to quickly diagnose a failing PR in a forked repo, check workflow run statuses, and create a follow-up issue with a detailed summary.

Quick Start

Start by running gh repo view to inspect a repository.

Frequently Asked Questions about gh-cli-use

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

FAQPage Schema
How do I safely manage GitHub repositories and workflows from the command line?

To safely manage GitHub repositories from the command line, use this Skill to perform common operations with built-in protection rules. It applies conservative guardrails to prevent destructive actions while viewing, creating, and monitoring repos, issues, PRs, and Actions.

What is the best way to diagnose a failing PR and create a follow-up issue using gh-cli?

The best way to diagnose a failing PR using gh-cli is to check workflow run statuses and apply this Skill's safety checks. You can then generate a detailed summary and create a follow-up issue directly from the command line.

How do I standardize team workflows for opening PRs and triggering GitHub Actions?

Standardize team workflows for opening PRs and triggering GitHub Actions by guiding users through typical gh operations. This Skill provides a standardized markdown body and optional scripts to direct safe, consistent repository management across teams.

Can I use conservative guardrails to prevent destructive actions when managing GitHub issues?

Yes, you can use conservative guardrails to prevent destructive actions when managing GitHub issues. This Skill enforces safety checks during issue triage and PR review to ensure repositories remain protected during command-line operations.

Does gh-cli repository management work without installing additional dependencies?

Yes, gh-cli repository management works without additional dependencies. The Skill conforms to the Skill Unit standard using a SKILL.md frontmatter and markdown body, requiring no external dependencies to guide safe workflow operations.

Why should I use safety checks when running GitHub Actions from the command line?

You should use safety checks when running GitHub Actions from the command line to avoid accidental destructive actions. This Skill applies conservative guardrails across workflow status checks, ensuring safe monitoring and management of your CI/CD pipelines.