unblocked-context-search-issues

Search issue trackers like Jira, Linear, Asana, and GitHub Issues for known work.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides focused, issue-based search capabilities to streamline troubleshooting, requirement identification, and duplicate work avoidance, eliminating the noise associated with broader context searches.

Core Features & Use Cases

  • Issue-only Search: Targeted issue tracking results from connected platforms without interference from Slack, PRs, or documentation.
  • Specific Use Cases:
    • Investigating whether a bug is already known or tracked.
    • Finding the requirement or ticket behind a feature.
    • Checking if work is already planned or in progress.
  • Quick Start: Run the command with the query and instruction as needed. Example: unblocked context-search-issues --query "race condition in SessionManager.refresh()".

Quick Start

Search for an open issue about the 'race condition' in 'SessionManager.refresh()' by using the command: unblocked context-search-issues --query "race condition in SessionManager.refresh()".

Frequently Asked Questions about unblocked-context-search-issues

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

FAQPage Schema
How do I search for a known bug across multiple issue trackers like Jira and GitHub Issues?

You can execute an issue-only search across integrated platforms like Jira, Linear, Asana, and GitHub Issues by running a targeted query. This isolates issue tracker results, excluding noise from Slack or documentation, to efficiently locate known bugs.

What is the best way to find if a feature requirement is already tracked in project management workflows?

To find existing feature requirements, use issue-centric analysis with a semantic query. This searches connected issue tracker databases to identify planned or in-progress work, preventing duplicate effort across project management workflows.

Can I search for issues in Linear without getting unrelated pull requests in the results?

Yes, you can search Linear and other connected platforms using issue-only search. This targeted approach filters out pull requests, documentation, and chat logs, providing precise issue resolution without interference from broader context searches.

Do I need API access to use semantic querying for issue management?

Yes, API access to issue trackers is required to facilitate focused search of issue databases. This access enables semantic querying across integrated systems for troubleshooting and requirement engineering.

How do I check if a race condition is already a known issue in my codebase?

Run the command with your specific query, such as searching for 'race condition in SessionManager.refresh()'. This performs an issue-centric search across connected trackers to quickly identify if the bug is already tracked.