Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计通过

bug-triage-prep错误分类准备

Agent Skill

bug-triage-prep 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

528

周安装

22

GitHub Stars

2

下载量

176
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bug-triage-prep(错误分类准备)
来源仓库:https://github.com/onehorizonai/skills
仓库路径:skills/bug-triage-prep
安装命令:
npx skills add https://github.com/onehorizonai/skills --skill bug-triage-prep
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/onehorizonai/skills --skill bug-triage-prep

简介

bug-triage-prep 将开放式 bug 列表转化为带上下文的分类笔记,支撑优先级决策。

  • 适用于冲刺规划前清理 backlog,帮助团队聚焦高价值缺陷处理顺序。
  • 突出受影响用户流程、复现质量与范围边界,分离事实与假设提升判断准确性。
  • 不适合用于尚未具备基本信息的 raw bug dump,需至少包含标题与大致现象描述。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Bug Triage Prep

Turn a list of open bugs into clear triage notes with enough context to decide priority and next action.

Core rule

  • Focus on the affected user workflow, repro quality, scope boundaries, and next decision.
  • Keep business framing brief. The important thing is whether the bug is real, broad, severe, and actionable.
  • Separate confirmed facts from assumptions.
  • Do not just restate bug titles. Add triage judgment.

Use when

  • The user needs triage prep for bug review.
  • The team wants a prioritized defect summary.
  • Open bugs need clearer notes before assignment or escalation.

Do not use when

  • The user wants to create a new bug instead of triaging existing ones.
  • The user needs a full status report across initiatives and tasks.
  • There are no bugs to review.

Triage dimensions

Assess each bug using concrete signals:

  • User impact: what the user cannot do or what breaks in the workflow.
  • Customer reach: how many users, customers, or segments are likely affected.
  • Repro reliability: always, intermittent, or unclear.
  • Scope boundary: where it happens and where it does not.
  • Workaround: whether users can still complete the job some other way.
  • Evidence quality: logs, screenshots, support reports, or exact repro steps.

Workflow

  1. Fetch bugs with list-bugs.
  2. Use active statuses unless the user asks for a narrower slice.
  3. Enrich bugs with get-task-details when the title or summary is too thin to triage responsibly.
  4. If multiple bugs describe the same failure mode, call that out as a likely duplicate cluster.
  5. Order the notes by triage urgency, not alphabetically.
  6. Use the same note structure for every bug so the output is easy to scan and compare.

Output guidance

  • Start with a short triage summary for the whole set.
  • Then write one note per bug.
  • Prefer ### headings for bug titles.
  • Use markdown links for related work items when available.
  • Keep each note compact but decision-ready.

Per-bug note format

### <bug title>

Short TLDR paragraph:
In 2-4 sentences, summarize what is broken, who is affected, how reliable the repro is, and why this bug should or should not be prioritized now.

### Background
- One short paragraph on the affected workflow and what is happening today.

### Repro and evidence
- Best known repro steps or trigger conditions.
- Evidence quality: confirmed, partial, or unclear.

### Known scope / boundaries
- Where this bug shows up.
- What appears unaffected or still unconfirmed.

### Impact and workaround
- What the user cannot do.
- Whether a workaround exists.

### Triage recommendation
- Suggested priority with a short reason.
- Suggested next action such as investigate, assign, merge with duplicate, wait for more evidence, or close.

### Open questions
- What is still missing to make a confident call?

Priority posture

Use direct language:

  • Highest priority: blocks a core workflow, has broad reach, or has no workaround.
  • High priority: serious user pain with solid evidence, but not a total blocker.
  • Medium priority: real issue, narrower scope, partial workaround, or weaker evidence.
  • Low priority: edge case, unclear repro, cosmetic issue, or low user impact.

If confidence is low, say that clearly instead of pretending the triage is settled.

Confidence rule

For every triage recommendation, be explicit about confidence:

  • High confidence: strong repro or evidence, clear impact, little ambiguity.
  • Medium confidence: likely real, but one of repro, reach, or scope is still fuzzy.
  • Low confidence: weak evidence, unclear repro, or likely duplicate/noise.

Do not present a shaky recommendation as definitive.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.54%
按下载量换算66

Claude

29.04%
按下载量换算51

Cursor

18.96%
按下载量换算33

Gemini CLI

8.55%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills