one-search-tasks
Installation
SKILL.md
Search Tasks
Find tasks by text within a workspace and return ranked summary matches.
Instructions
Call search-tasks when the user wants to find tasks by title or indexed content, not when search is only a hidden step in a larger operation.
search-tasks({
"query": "<query>",
"workspaceId": "<workspaceId>",
"categories": ["initiative", "ongoing", "bug", "triage-bug", "triage-item"],
"limit": 10
})