unblocked-context-query-issues

Retrieve filtered issues from Jira, Linear, Asana, and GitHub Issues via CLI.

11|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/unblocked/skills --skill unblocked-context-query-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unblocked-context-query-issues
Source: https://github.com/unblocked/skills/tree/main/skills/unblocked-context-query-issues
Command: npx skills add https://github.com/unblocked/skills --skill unblocked-context-query-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for precise, filtered issue retrieval from issue trackers, providing a definitive list of issues scoped by project and/or person.

Core Features & Use Cases

  • Structured Issue Retrieval: Offers a structured list of issues rather than a ranked set of relevant items.
  • Scoping by Project and Person: Allows users to specify projects and individuals to filter issues.
  • Use Case: When you need a specific list of open bugs in a particular project assigned to a specific person, this Skill can quickly provide that information.

Quick Start

Use the context_query_issues command to retrieve issues. For example: context_query_issues --query "List open bugs in the PAY project assigned to Alice" --projects PAY --user-name "Alice Smith".

Frequently Asked Questions about unblocked-context-query-issues

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

FAQPage Schema
How do I retrieve a filtered list of issues from Jira or Linear using a natural language query?

To retrieve issue lists from Jira or Linear, use a structured natural-language query with optional project and user name filters. This provides a precise, definitive list of scoped issues rather than a ranked set of search results.

Can I scope issue retrieval to a specific project and assigned person in GitHub Issues?

Yes, you can scope issue retrieval in GitHub Issues by specifying project identifiers and user names. This filters the exact issues assigned to specific individuals within defined projects.

What is the best way to get a structured list of open bugs assigned to a specific user in Asana?

The best way to get structured open bug lists in Asana is running a CLI command with a natural-language query and user name filters. This returns a definitive, scoped list rather than ranked items.

Does this issue tracker query tool require specific filters for projects and usernames?

Filters for projects and usernames are optional but recommended for precise issue retrieval. Without filters, the tool returns a broader structured list of issues from connected trackers.

How do I list all open issues in a specific project via the command line?

You can list open issues via the command line by executing the context query issues command with a natural-language query string and the target project identifier as a parameter.