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.
search-tasks({
"query": "<query>",
"workspaceId": "<workspaceId>",
"categories": ["initiative", "ongoing", "bug", "review-bug", "review-item"],
"limit": 10
})