| name | github-cli |
| description | Use gh CLI directly for all GitHub operations including issues, PRs, and API calls. Use when interacting with GitHub from the command line. |
| tools | ["Bash"] |
| metadata | {"author":"syner","version":"0.1.0"} |
GitHub CLI
Use gh directly for all GitHub operations.
Prerequisites
If not authenticated, run /syner-gh-auth first.
Examples
gh issue create --title "Bug" --body "Description"
gh issue comment 123 --body "Comment text"
gh pr create --title "Feature" --body "Changes"
gh pr view 456
gh api /user
Why GitHub App Auth?
- No personal access tokens stored
- Fine-grained permissions per installation
- Actions attributed to the app, not a user