GitHub
SkillDev toolsGitHub operations via the gh CLI
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the GitHub skill
What this skill tells your AI
The instructions your AI receives, as published by gebruder/wirken in skills/github/SKILL.md and read by ahel’s review.
Use the gh CLI for GitHub operations. The user must be authenticated (gh auth login).
Common operations
- List repos:
gh repo list - View repo:
gh repo view owner/repo - List issues:
gh issue list -R owner/repo - Create issue:
gh issue create -R owner/repo --title "Title" --body "Body" - List PRs:
gh pr list -R owner/repo - View PR:
gh pr view 123 -R owner/repo - Create PR:
gh pr create --title "Title" --body "Body" - Check CI status:
gh run list -R owner/repo --limit 5 - View run logs:
gh run view <run-id> --log-failed - Star a repo:
gh repo star owner/repo - Clone:
gh repo clone owner/repo - Search code:
gh search code "pattern" -R owner/repo - Search issues:
gh search issues "query" -R owner/repo
Tips
- Use
--jsonflag for machine-readable output:gh issue list --json number,title,state - Use
--jqfor filtering:gh pr list --json title,url --jq '.[].url' - Most commands accept
-R owner/repoto target a specific repository
Signals
- GitHub stars
- 171
- Forks
- 5
- Last commit
- Sep 2026
- Hacker News mentions
- 20
ahel review
S4info
community integration — published by gebruder, not github
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
github-gebruder- Source
- github.com/gebruder/wirken