用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/disbug-io/disbug-cli --skill using-disbug命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | using-disbug |
| description | Use Disbug reports, sessions, pins, or downloaded report JSON to investigate and verify bugs. |
Use Disbug as evidence for reproducing, diagnosing, fixing, and verifying a reported bug.
disbug is installed, use the CLI. Run disbug --help or disbug <command> --help when you need exact syntax.Do not assume that having the disbug mcp command means the current agent is connected to it. If MCP tools are unavailable, use the CLI when possible or ask the user to run disbug configure and restart the agent.
?pin= selection.resolved and add a concise note describing the verified change. Use dismissed only when you have a concrete reason, and include it in the note. Leave the status unchanged when the fix is incomplete, uncertain, or unverified.Fetching, reading, or diagnosing a report must never change its status. A status update is an explicit final workflow action performed through the Disbug CLI or MCP tool; it is not background automation. Keep pin notes attached to the pin they describe. Do not update the session status automatically, including when every pin is resolved or dismissed. Use the session status command or MCP tool only when the user explicitly requests a session-status change.
For a downloaded report JSON file, inspect the local file with the CLI or the MCP local-report capability. Local JSON inspection does not require cloud authentication.
Avoid loading every large evidence field by default. Begin with the session or pin overview, then request the smallest useful set of fields. Expand only when the current evidence is insufficient.
When authentication fails, use the CLI login flow if shell access is available. When agent integration is missing or stale, use disbug configure; use disbug doctor to verify the result.