JQ + GH Skill
PR=55 REPO=owner/repo
gh pr view $PR --repo $REPO --json number,title,state \
--jq '.[] | select(.state == "OPEN") | .title'
GitHub reporting skill using local shell variables and jq filters.
npx skillmds@latest add krahimov/jq-gh PR=55 REPO=owner/repo
gh pr view $PR --repo $REPO --json number,title,state \
--jq '.[] | select(.state == "OPEN") | .title'
krahimov/skill-scanner/tree/main/tests/fixtures/benign/jq-gh commit 313da86275