github-issues
Installation
SKILL.md
GitHub Issues
Full issue lifecycle management using the gh CLI. Every command has a curl fallback for machines without gh.
Prerequisites
- GitHub CLI:
gh auth login(or setGH_TOKENenv var) - curl fallback: set
GITHUB_TOKENand know yourOWNER/REPO
export OWNER=myorg
export REPO=myrepo
export GITHUB_TOKEN=ghp_...