Documentation
README
GitHub Discussion Query Skill
Query GitHub discussions 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.
Usage
Use this skill to query discussions from the current repository or any specified repository.
Basic Query (Returns Schema Only)
To list discussions from the current repository:
./query-discussions.sh
# Returns schema and data size, not full data
Get All Data
To get all discussion data:
This is the opening of the README. Read the full README on GitHub.