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
})

Notes:

  • query is required. It matches titles and indexed content.
Related skills
Installs
10
GitHub Stars
2
First Seen
Mar 30, 2026