mastering-github-cli

Centralize GitHub CLI operations for repository search, CI/CD monitoring, and workflow automation.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/SpillwaveSolutions/mastering-github-agent-skill --skill mastering-github-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mastering-github-cli
Source: https://github.com/SpillwaveSolutions/mastering-github-agent-skill/tree/main/.
Command: npx skills add https://github.com/SpillwaveSolutions/mastering-github-agent-skill --skill mastering-github-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill centralizes GitHub CLI operations, enabling you to search repositories, monitor CI/CD, create PRs/issues, author workflows, and automate routine tasks from the command line, saving time and reducing complexity.

Core Features & Use Cases

  • Repository Search & Discovery: Find repos by files, directories, or code patterns using gh search and code search.
  • CI/CD Monitoring & Automation: Watch workflow runs, check PR status, download artifacts, and trigger workflows from the CLI.
  • Workflow Authoring & Batch Operations: Write GitHub Actions YAML patterns and automate repeated tasks like bulk PR creation or repo forking.
  • Use Case: Imagine you need to audit 100 repos for specific files and quickly trigger a deployment workflow across all of them.

Quick Start

Install GitHub CLI and run a quick scan: gh search code --filename SKILL.md gh run list --workflow CI --status=failure