github
Installation
SKILL.md
GitHub CLI Skill
This skill enables natural language interaction with GitHub via the gh CLI
tool (https://cli.github.com/).
Quick Reference
| Intent | Command |
|---|---|
| View PR | gh pr view NUMBER |
| List PRs | gh pr list |
| My PRs | gh pr list --author @me |
| Create PR | gh pr create -t "Title" -b "Body" |
| PR status | gh pr status |
| Merge PR | gh pr merge NUMBER |
| View issue | gh issue view NUMBER |
| List issues | gh issue list |
| Create issue | gh issue create -t "Title" -b "Body" |
| Workflow runs | gh run list |
Related skills