Labsco
github logo

github-pr-query

✓ Official4,700

by github · part of github/gh-aw

Query GitHub pull requests efficiently with jq argument support for filtering

🔥🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with github/gh-aw and only works together with that tool — install the tool first, then add this skill.

This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.


name: github-pr-query description: Query GitHub pull requests with jq filtering and reusable selectors.

GitHub Pull Request Query Skill

Query GitHub pull requests efficiently with built-in jq filtering.

Important: jq Parameter is Optional

The --jq parameter is optional. Without --jq, this skill returns schema and data size information instead of full data. Use this to avoid oversized responses and inspect structure before targeted queries.

Use --jq '.' to get all data, or use a more specific filter for targeted results.

Output Format

The script outputs JSON by default, making it easy to pipe through jq for additional processing.