github

Automate GitHub issues, pull requests, and workflow runs via gh CLI.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Lutra23/content-workflow --skill github-lutra23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Lutra23/content-workflow/tree/main/skills/github
Command: npx skills add https://github.com/Lutra23/content-workflow --skill github-lutra23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations and repetitive tasks slow development and collaboration. This skill leverages the gh CLI to automate issues, PRs, and workflow interactions, reducing manual work and human error.

Core Features & Use Cases

  • Issue management with gh issue (create, list, label, close) and related commands to streamline triage and tracking.
  • PR management with gh pr (status checks, listing, and basic manipulation) and gh api for advanced queries.
  • CI/workflow visibility with gh run (list, view, and log access) to monitor builds across repositories.
  • Advanced data access with gh api to fetch repository data for dashboards and reports.

Quick Start

Request the latest CI status for owner/repo and summarize which steps passed or failed.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issue and pull request management across multiple repositories?

You can automate GitHub issue and pull request management by executing gh CLI commands to create, list, label, and close items. This approach reduces manual work and human error across multiple repositories.

What is the best way to check CI workflow run status using the gh CLI?

The best way to check CI workflow run status is using gh run commands to list, view, and access logs. This provides visibility into which build steps passed or failed across repositories.

Can I use gh api for advanced data queries to fetch repository data?

Yes, you can use gh api for advanced data queries to fetch repository data for dashboards and reports. This allows direct interaction with the GitHub API for complex data retrieval.

Do I need to parse JSON outputs when automating GitHub tasks with the gh CLI?

Yes, you need to parse JSON outputs when automating GitHub tasks using the --json or --jq flags. This ensures structured data extraction for processing workflow runs, issues, and pull requests.

Does this GitHub automation approach work for both software development teams and individual contributors?

Yes, this GitHub automation approach works for both software development teams and individual contributors. It streamlines routine tasks like status checks and data retrieval across repositories.