typescript/skills/github/SKILL.md
Interact with GitHub repositories, issues, pull requests, and actions using the gh CLI.
npx skillsauth add kody-w/openrappter githubInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage GitHub resources with the gh CLI.
# List open issues
gh issue list
# Create an issue
gh issue create --title "Bug report" --body "Description"
# View an issue
gh issue view 123
# List PRs
gh pr list
# Create a PR
gh pr create --title "Feature" --body "Description"
# Review a PR
gh pr diff 456
gh pr review 456 --approve
# List workflow runs
gh run list
# View a specific run
gh run view 789
# Re-run a failed workflow
gh run rerun 789
# Query the GraphQL API
gh api graphql -f query='{ viewer { login } }'
# REST API
gh api repos/owner/repo/releases
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.