Toolverse
All skills

github-issue-query

by githubnext

Query GitHub issues efficiently with jq argument support for filtering

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
3

About this skill

Query GitHub issues efficiently with jq argument support for filtering

How to use

  1. Zainstaluj umiejętność w swoim środowisku GitHub CLI (gh). Umiejętność wymaga dostępu do repozytorium GitHub i zainstalowanego narzędzia jq do zaawansowanego filtrowania.

  2. Aby zobaczyć schemat danych i rozmiar zgłoszeń w bieżącym repozytorium, uruchom komendę bez dodatkowych parametrów. To pokazuje strukturę danych bez przytłaczającego wydruku pełnych informacji.

  3. Aby pobrać wszystkie dane zgłoszeń, dodaj parametr --jq '.' — zwróci kompletne informacje o każdym zgłoszeniu.

  4. Filtruj wyniki za pomocą wyrażeń jq. Na przykład, aby znaleźć tylko otwarte zgłoszenia, użyj --jq '.[] | select(.state == "OPEN")'. Aby wyciągnąć numery i tytuły, użyj --jq '.[] | {number, title}'.

  5. Jeśli chcesz przeszukać konkretne repozytorium, dodaj parametr --repo owner/repo. Możesz też ograniczyć liczbę wyników parametrem --limit (domyślnie 30) lub filtrować po stanie zgłoszenia parametrem --state (open, closed, all).

  6. Kombinuj parametry dla zaawansowanych zapytań — na przykład --repo owner/repo --state open --limit 50 --jq '.[] | select(.labels | map(.name) | index("bug"))' zwróci pierwsze 50 otwartych zgłoszeń z etykietą "bug" w wybranym repozytorium.

Related skills

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161

crawl4ai

by basher83

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

DevOps
11128

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163