mastering-github-cli

Search GitHub repositories, monitor CI/CD pipelines, and manage Actions workflows via CLI.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/gooftroop/Armoury --skill mastering-github-cli-gooftroop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mastering-github-cli
Source: https://github.com/gooftroop/Armoury/tree/main/.opencode/skills/mastering-github-cli
Command: npx skills add https://github.com/gooftroop/Armoury --skill mastering-github-cli-gooftroop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill empowers users to efficiently manage GitHub repositories, monitor CI/CD pipelines, author complex workflows, and automate a wide range of GitHub operations directly from the command line.

Core Features & Use Cases

  • Repository Search & Discovery: Quickly find repositories based on file content, paths, or metadata.
  • CI/CD Monitoring: Track workflow run statuses, view logs, and monitor PR check outcomes.
  • Resource Creation: Effortlessly create Pull Requests, Issues, and new repositories.
  • Workflow Authoring: Develop and manage GitHub Actions workflows with advanced patterns like matrix builds and OIDC integration.
  • Use Case: Automate the process of finding all repositories containing a specific configuration file (Dockerfile) and then trigger a deployment workflow for those that have a failing CI build.

Quick Start

Find all repositories that contain a file named 'SKILL.md'.

Frequently Asked Questions about mastering-github-cli

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

FAQPage Schema
How do I monitor CI/CD pipelines and view workflow run logs from the command line?

Monitor CI/CD pipelines via the GitHub CLI by tracking workflow run statuses, viewing detailed logs, and checking PR outcomes directly in your terminal. This allows you to track GitHub Actions runs and troubleshoot failures without navigating the web interface.

Can I create pull requests and manage issues using GitHub CLI?

Create pull requests and manage issues directly through GitHub CLI commands to streamline repository management. This enables you to author PRs, track issues, and handle resource creation efficiently from your local command line environment.

How do I author GitHub Actions workflows with matrix builds and OIDC integration?

Author GitHub Actions workflows with advanced patterns like matrix builds and OIDC authentication for secure cloud integrations using CLI capabilities. This allows you to develop complex CI/cd pipelines and manage secure cloud deployments directly from the command line.

What is the best way to find all repositories containing a specific file like a Dockerfile?

The best way to find repositories containing specific files is using GitHub CLI's code search to query file content and paths across projects. This command-line approach quickly surfaces all repositories containing targeted configuration files for bulk operations.