query-issue-tracker

Convert English queries into structured issue results from Linear or Jira.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/argen/hornero --skill query-issue-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-issue-tracker
Source: https://github.com/argen/hornero/tree/main/skills/query-issue-tracker
Command: npx skills add https://github.com/argen/hornero --skill query-issue-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines accessing issue information across Linear or Jira without the need to learn the underlying query language, saving time and effort.

Core Features & Use Cases

  • Cross-system Issue Querying: Fetch issue data from either Linear or Jira with simple English queries.
  • Flexible Filtering: Search for issues based on various filters such as priority, status, or assignee.
  • Real-time Access: Get up-to-date information on active issues directly from the configured tracker.
  • Use Case: During a prep session with engineering leads, quickly pull the 5 highest-priority open issues in their project using a simple command.

Quick Start

Query issues on a specific project with a priority filter using the command 'query-issue-tracker --shape list --project "Export rewrite" --filter "open, priority >= high" --sort priority_desc --limit 10'.

Frequently Asked Questions about query-issue-tracker

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

FAQPage Schema
How do I query issues across Jira or Linear without learning their specific query languages?

To query issues across Jira or Linear without learning query languages, you use simple English commands to resolve intent into structured issue tracker results, ensuring consistency in format. This allows on-the-fly inquiries without needing in-depth knowledge of underlying syntax.

Can I filter issue tracking results by priority and status during a PM prep session?

Yes, you can filter issue tracking results by priority and status during a PM prep session. The Skill applies flexible filtering to search for issues based on various parameters such as priority, status, or assignee using simple English commands.

What is the best way to pull the highest-priority open issues for a specific project?

The best way to pull the highest-priority open issues for a specific project is using a structured command with filters. You can query issues by specifying the project, applying an open and priority filter, sorting by priority descending, and limiting the result count.

Does cross-system issue querying work consistently across different trackers like Linear and Jira?

Cross-system issue querying works consistently across different trackers like Linear and Jira. The Skill ensures consistency in result format across different trackers, allowing you to fetch issue data from either platform with simple English queries.

Do I need to configure my tracker environment before fetching real-time issue data?

You need a configured tracker environment to fetch real-time issue data. The Skill gets up-to-date information on active issues directly from the configured tracker, requiring no additional dependencies to resolve user-defined intent into structured results.