github/gh-aw✦ 精选0°

github-issue-query

仓库创建 2025年8月13日最近提交 1 小时前SkillHot 收录 1 小时前
▸ 精选理由

便于定向检索与筛选,可避免大规模未处理数据回传。

▸ 风险提示

需要提供 GitHub 访问令牌以调用 API。

这个 Skill 做什么

通过内置 jq 过滤器高效查询 GitHub Issues。

通过内置的 jq 过滤器高效检索 GitHub Issues,能用选择器精确抓取你想要的字段或聚合视图。不传 --jq 时会先返回 schema 和数据大小,适合先探查再做精确查询。特点是把 jq 与 Issue 查询合并,省流量且方便自动化。

▸ 展开 SKILL.md 英文原文

Query GitHub issues with jq filtering and reusable selectors.

开发编程IssuesGitHubjq通用
4.9k
Stars
482
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/github-issue-query/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/github-issue-query/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub Issue Query Skill

Query GitHub issues 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 issues from the current repository or any specified repository.

### Basic Query (Returns Schema Only)

To list issues from the current repository:

```bash
./query-issues.sh
# Returns schema and data size, not full data
```

### Get 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有