List all tracked bugs from BugPack with status and project filtering. Use when: user asks about bugs, pending issues, bug lists, or wants to see what needs fixing. NOT for: viewing detailed bug context (use bugpack-view-bug) or fixing bugs (use bugpack-fix-bug)."
查询BugPack本地服务器,列出所有被追踪的缺陷。
GET http://localhost:3456/api/bugs
响应:
json
{
ok: true,
data: [
{
id: abc-123,
title: 按钮点击无效,
status: open,
priority: high,
created_at: 2026-03-15T10:00:00Z
}
]
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 bugpack-list-bugs-1776202262 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 bugpack-list-bugs-1776202262 技能
skillhub install bugpack-list-bugs-1776202262
文件大小: 1.3 KB | 发布时间: 2026-4-17 14:15