Building Advanced GitHub Issue Searches

Community

Master GitHub issue searches, save time.

Authorkynoptic
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually sifting through GitHub issues for specific criteria is time-consuming and complex, especially with intricate boolean logic or nested queries. This Skill automates the construction and execution of advanced searches, helping you quickly pinpoint the exact issues you need.

Core Features & Use Cases

  • Complex Query Builder: Constructs advanced GitHub issue queries with AND/OR operators and up to 5 levels of nested logic.
  • Multi-faceted Filtering: Searches across states, labels, assignees, authors, date ranges, issue types, milestones, and projects.
  • Flexible Output: Presents results via GraphQL, REST API, or web UI, with options for table, JSON, CSV, or Markdown formats.
  • Use Case: Quickly find all open, high-priority bugs assigned to your team that were updated in the last week, and export them to a CSV for a report.

Quick Start

Use the "Building Advanced GitHub Issue Searches" skill to find all open issues assigned to me with either a "bug" or "security" label, created after 2025-01-01.

Dependency Matrix

Required Modules

gh

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Building Advanced GitHub Issue Searches
Download link: https://github.com/kynoptic/markdownlint-trap/archive/main.zip#building-advanced-github-issue-searches

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository