返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
b

bugpack-view-bug

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)."

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
126
下载量
0
收藏
概述
安装方式
版本历史

bugpack-view-bug

# BugPack - View Bug Details Fetch full bug context from BugPack, including description, screenshots, environment info, and related files. ## Instructions 1. Call `GET http://localhost:3456/api/bugs/:id` to get the full bug details. 2. The response includes: - `title`, `description`, `status`, `priority` - `pagePath` — the page/route where the bug occurs - `device`, `browser` — environment info - `relatedFiles` — array of file paths related to the bug - `screenshots` — array of screenshot objects with `id`, `name`, `original_path`, `annotated_path` 3. Display the bug info in a structured format. 4. If the bug has screenshots, mention them and offer to show annotated versions. 5. If `relatedFiles` are listed, use them to locate relevant source code. ## Example ``` GET http://localhost:3456/api/bugs/abc-123 ``` Response: ```json { "ok": true, "data": { "id": "abc-123", "title": "Button click not working", "description": "The submit button on the login page does not respond to clicks", "status": "open", "priority": "high", "pagePath": "/login", "device": "Desktop", "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" } ] } } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 bugpack-view-bug-1776202202 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 bugpack-view-bug-1776202202 技能

通过命令行安装

skillhub install bugpack-view-bug-1776202202

下载 Zip 包

⬇ 下载 bugpack-view-bug v1.0.2

文件大小: 1.52 KB | 发布时间: 2026-4-17 14:15

v1.0.2 最新 2026-4-17 14:15
- Added documentation providing clear instructions on how to fetch and display full bug details using BugPack.
- Outlined response structure, including fields like title, environment info, related files, and screenshots.
- Clarified proper usage and scenarios where this skill should be applied.
- Introduced guidance for leveraging screenshots and related files to aid bug understanding.
- Provided example API call and response for reference.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部