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

bugpack

BugPack - AI-powered bug tracking and fixing toolkit. List bugs, view bug details with screenshots, and fix bugs automatically. Includes three workflows: list-bugs, view-bug, fix-bug. Requires BugPack server running locally."

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

bugpack

# BugPack AI-powered bug tracking and fixing toolkit. List, view, and fix bugs from BugPack. ## Prerequisites Start BugPack server first: ```bash npx bugpack-mcp ``` ## Skill 1: List Bugs Query all tracked bugs with optional filtering. ### Instructions 1. Call `GET http://localhost:3456/api/bugs` to fetch all bugs. - Optional: `?project_id=<id>` to filter by project. 2. Each bug has: `id`, `title`, `description`, `status`, `priority`, `project_id`, `created_at`. 3. Present results grouped by status (`pending` / `fixed` / `closed`). ### Example ``` GET http://localhost:3456/api/bugs ``` --- ## Skill 2: View Bug Details Fetch full bug context including screenshots, environment, and related files. ### Instructions 1. Call `GET http://localhost:3456/api/bugs/:id` for full details. 2. Response includes: `title`, `description`, `status`, `priority`, `pagePath`, `device`, `browser`, `relatedFiles`, `screenshots`. 3. Use `relatedFiles` to locate relevant source code. 4. Screenshots have `original_path` and `annotated_path`. ### Example ``` GET http://localhost:3456/api/bugs/abc-123 ``` --- ## Skill 3: Fix Bug Read bug context, locate code, apply fix, and update status. ### Instructions 1. **Get context**: `GET http://localhost:3456/api/bugs/:id` 2. **Analyze**: Read description and examine screenshots. 3. **Locate code**: Use `relatedFiles` or search by `pagePath` and `description`. 4. **Apply fix**: Edit source code following project conventions. 5. **Mark fixed**: `PATCH http://localhost:3456/api/bugs/:id` with `{ "status": "fixed" }` 6. **Add note** (optional): Update description to document what was changed. ### Example ```bash # Get bug context GET http://localhost:3456/api/bugs/abc-123 # Mark as fixed PATCH http://localhost:3456/api/bugs/abc-123 Content-Type: application/json { "status": "fixed" } ```

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 bugpack-1776201429 技能

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

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

通过命令行安装

skillhub install bugpack-1776201429

下载 Zip 包

⬇ 下载 bugpack v1.0.2

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

v1.0.2 最新 2026-4-17 14:15
Initial release - AI bug tracking and fixing toolkit

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

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

p2p_official_large
返回顶部