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

bugpack-list-bugs

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

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

bugpack-list-bugs

# BugPack - List Bugs Query the BugPack local server to list all tracked bugs. ## Instructions 1. Call `GET http://localhost:3456/api/bugs` to fetch all bugs. - Optional query param: `?project_id=<id>` to filter by project. 2. Parse the JSON response. Each bug has: `id`, `title`, `description`, `status`, `priority`, `project_id`, `created_at`, `updated_at`. 3. Present the list in a readable table format, grouped by status (`open` / `fixed` / `closed`). 4. If no bugs are found, tell the user there are no tracked bugs. ## Example ``` GET http://localhost:3456/api/bugs ``` Response: ```json { "ok": true, "data": [ { "id": "abc-123", "title": "Button click not working", "status": "open", "priority": "high", "created_at": "2026-03-15T10:00:00Z" } ] } ```

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 bugpack-list-bugs-1776202262 技能

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

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

通过命令行安装

skillhub install bugpack-list-bugs-1776202262

下载 Zip 包

⬇ 下载 bugpack-list-bugs v1.0.2

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

v1.0.2 最新 2026-4-17 14:15
- Improved skill instructions and usage guidance in SKILL.md.
- Clarified when to use this skill and when to use related skills (bug viewing/fixing).
- Added step-by-step instructions and example API request/response.
- Ensured users are informed if no bugs are found.
- No changes to file structure or functionality described.

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

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

p2p_official_large
返回顶部