View detailed bug context from BugPack including screenshots, environment info, and related files. Use when: user wants to see bug details, screenshots, or understand a specific bug before fixing. NOT for: listing all bugs (use bugpack-list-bugs) or directly fixing bugs (use bugpack-fix-bug)."
从BugPack获取完整的Bug上下文,包括描述、截图、环境信息和相关文件。
GET http://localhost:3456/api/bugs/abc-123
响应:
json
{
ok: true,
data: {
id: abc-123,
title: 按钮点击无效,
description: 登录页面上的提交按钮无法响应点击操作,
status: open,
priority: high,
pagePath: /login,
device: 桌面端,
browser: Chrome 120,
relatedFiles: [src/pages/Login.tsx, src/components/SubmitButton.tsx],
screenshots: [
{
id: ss-001,
name: login-bug.png,
original_path: /uploads/MyProject/original.png,
annotated_path: /uploads/MyProject/annotated.png
}
]
}
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 bugpack-view-bug-1776202202 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 bugpack-view-bug-1776202202 技能
skillhub install bugpack-view-bug-1776202202
文件大小: 1.52 KB | 发布时间: 2026-4-17 14:15