gh-workflow
Installation
SKILL.md
GitHub CLI Workflow
Automate GitHub operations — from issue tracking to release management — using the gh CLI. Assumes gh auth login has been completed.
Command Reference
| Command | Description |
|---|---|
/gh issue |
Create, list, search, triage, and close issues |
/gh pr |
Create PRs, request reviews, check status, merge |
/gh actions |
List, trigger, watch, and debug workflow runs |
/gh repo |
Create, clone, fork repos; manage settings and visibility |
/gh release |
Create releases with assets, manage downloads |
/gh labels |
Scaffold and sync label sets across repositories |
/gh secrets |
Manage repository and environment secrets and variables |
/gh project |
Create and manage GitHub Projects — boards, custom fields, views, multi-repo tracking |
/gh report |
Generate repository and project reports in HTML, JSON, or Markdown format |
/gh api |
Raw GitHub API calls for advanced operations |