gh — GitHub CLI
SkillDev toolsLets your agent manage GitHub pull requests, checks, and issues for the FlexPrice repos using 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 gh — GitHub CLI skill
About this capability
gh CLI for FlexPrice repos — PRs, checks, issues. Trigger: gh, github pr.
What this skill tells your AI
The instructions your AI receives, as published by flexprice/flexprice in .cursor/skills/gh/SKILL.md and read by ahel’s review.
Prerequisites
ghinstalled andgh auth logincompleted.- Respect user rules:** do not change
git config; avoid destructive git unless explicitly requested.
Before gh pr create
Per user workflow preference:
git status,git diff, branch vs base tracking,git log/git diff base...HEADfor full branch story.- Draft title + body (summary, test plan).
- Push:
git push -u origin HEADwhen needed (network).
Create PR
gh pr create --title "..." --body "$(cat <<'EOF'
## Summary
- ...
## Test plan
- [ ] ...
EOF
)"
Use gh pr view --web to open in browser.
Checks & failures
gh pr checks
gh run list --limit 5
gh run view <run-id> --log-failed
For a specific failing job, open run URL or inspect logs with gh.
Issues & context
gh issue view <n>
gh pr view <n>
FlexPrice-specific
- SDK publish workflows and path filters: see
.github/workflows/andAGENTS.md(SDK pipeline). - Do not push or publish packages unless the user explicitly asked.
Related
- Pre-PR quality:
pr
Signals
- GitHub stars
- 5k
- Forks
- 495
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
gh-flexprice- Source
- github.com/flexprice/flexprice