gh
Installation
SKILL.md
gh - GitHub Workflow Management
The gh module provides a comprehensive CLI for managing GitHub activities. It supports everything from basic repository operations to advanced features like GitHub Action artifacts and AI model interaction.
When to Activate
- When managing GitHub repositories (clone, create, delete).
- When automating Issue and Pull Request (PR) lifecycles.
- When managing GitHub Actions, workflows, and CI/CD artifacts.
- When configuring secrets or managing organizational team memberships.
- When interacting with GitHub Models for AI-assisted development.
Core Principles & Rules
- Token Required: Remind users to initialize their GitHub personal access token via
init. - Interactive Apps: Use
repo appfor a visual TUI to manage repositories. - AI Integration: Leverage the
modelsubcommand for GitHub's native AI capabilities.