github-issue-query

Extract GitHub issues from a repository using jq filters.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maxfraieho/garden-seedling --skill github-issue-query-maxfraieho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-query
Source: https://github.com/maxfraieho/garden-seedling/tree/main/gh-aw/skills/github-issue-query
Command: npx skills add https://github.com/maxfraieho/garden-seedling --skill github-issue-query-maxfraieho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

Efficiently query and filter GitHub issues from a repository using a simple CLI workflow, reducing noise by presenting either a schema with metadata or fully filtered data when requested.

Core Features & Use Cases

  • Schema-first query mode: returns issue metadata and data size to help you understand the dataset before applying filters.
  • Flexible jq-based filtering: extract specific fields and transform results (e.g., number, title, state, author, labels, assignees).
  • Use Case: a maintainer wants open issues with a given label and a compact summary for triage.

Quick Start

Ask it to fetch issues from the current repository and apply a jq filter to extract the desired fields.

Frequently Asked Questions about github-issue-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query GitHub issues using jq filters from the command line?

You can query GitHub issues using jq filters by running a CLI workflow that leverages the gh CLI to fetch issues and jq to shape the extracted data, returning fields like number, title, state, author, and labels.

What is a schema-first query mode for GitHub issues?

A schema-first query mode for GitHub issues returns issue metadata and data size before applying filters, helping you understand the dataset structure and decide which jq expressions to use for targeted data retrieval.

Do I need gh and jq installed to extract GitHub issue data?

Yes, you need both the gh CLI and jq installed to extract GitHub issue data, because the workflow relies on gh to fetch repository issues and jq to perform the data-filtering and field extraction.

Can I filter open GitHub issues by label and author for triage?

You can filter open GitHub issues by label and author for triage by applying a jq expression to the fetched issues, allowing you to extract a compact summary of specific fields like number, title, state, and assignees.

What's the best way to reduce noise when reviewing GitHub repository issues?

The best way to reduce noise when reviewing GitHub repository issues is to use a jq filter to extract only the desired fields, transforming the full dataset into a compact, targeted view for efficient triage.