ProductBoard Search Skill
Search and explore your ProductBoard workspace to find features, products, components, and customer feedback.
Available Tools
- -
pb_search - Global search across all ProductBoard entities - INLINECODE1 - List features with filters
- INLINECODE2 - Get detailed feature information
- INLINECODE3 - Search features by name/description
- INLINECODE4 - List all products
- INLINECODE5 - Get product details with components
- INLINECODE6 - View full product/component tree
- INLINECODE7 - List customer feedback notes
Search Strategies
Finding Features
- 1. By keyword: Use
pb_feature_search with a query term - By product: Use
pb_feature_list with productId filter - By status: Use
pb_feature_list with status filter (new, in-progress, shipped, archived) - By component: Use
pb_feature_list with componentId filter
Understanding Structure
- 1. Start with
pb_product_hierarchy to see the complete workspace organization - Use
pb_product_get to explore a specific product and its components - Filter features by product or component to narrow down results
Finding Customer Feedback
- 1. Use
pb_note_list to see recent feedback - Filter by date range using
createdFrom and INLINECODE19 - Use
pb_search with type note to find specific feedback
Example Queries
User: "Find all features related to authentication"
Action: Use pb_feature_search with query "authentication"
User: "What features are currently in progress?"
Action: Use pb_feature_list with status "in-progress"
User: "Show me the product structure"
Action: Use pb_product_hierarchy to get the full tree
User: "Find customer feedback about performance"
Action: Use pb_search with query "performance" and type "note"
Tips
- - Start broad with
pb_search, then narrow down with specific tools - Use
pb_product_hierarchy first when exploring an unfamiliar workspace - The search is case-insensitive and matches partial words
- Results include direct links to ProductBoard for quick access
ProductBoard 搜索技能
搜索并探索你的 ProductBoard 工作区,查找功能、产品、组件和客户反馈。
可用工具
- - pbsearch - 跨所有 ProductBoard 实体的全局搜索
- pbfeaturelist - 使用筛选条件列出功能
- pbfeatureget - 获取详细的功能信息
- pbfeaturesearch - 按名称/描述搜索功能
- pbproductlist - 列出所有产品
- pbproductget - 获取产品详情及组件信息
- pbproducthierarchy - 查看完整的产品/组件树
- pbnote_list - 列出客户反馈记录
搜索策略
查找功能
- 1. 按关键词:使用 pbfeaturesearch 并输入查询词
- 按产品:使用 pbfeaturelist 并添加 productId 筛选条件
- 按状态:使用 pbfeaturelist 并添加 status 筛选条件(新建、进行中、已发布、已归档)
- 按组件:使用 pbfeaturelist 并添加 componentId 筛选条件
了解结构
- 1. 首先使用 pbproducthierarchy 查看完整的工作区组织结构
- 使用 pbproductget 探索特定产品及其组件
- 按产品或组件筛选功能以缩小结果范围
查找客户反馈
- 1. 使用 pbnotelist 查看最近的反馈
- 使用 createdFrom 和 createdTo 按日期范围筛选
- 使用 pb_search 并指定类型为 note 查找特定反馈
示例查询
用户:查找所有与身份验证相关的功能
操作:使用 pbfeaturesearch 并输入查询词 authentication
用户:当前有哪些功能正在进行中?
操作:使用 pbfeaturelist 并设置状态为 in-progress
用户:显示产品结构
操作:使用 pbproducthierarchy 获取完整树状结构
用户:查找关于性能的客户反馈
操作:使用 pb_search 并输入查询词 performance,类型设为 note
提示
- - 先从 pbsearch 的广泛搜索开始,再使用特定工具缩小范围
- 在探索不熟悉的工作区时,优先使用 pbproduct_hierarchy
- 搜索不区分大小写,支持部分单词匹配
- 结果中包含 ProductBoard 的直接链接,方便快速访问