Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

issue-triage问题分类

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

420

周安装

17

GitHub Stars

55

下载量

132
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/vm0-ai/vm0-skills --skill issue-triage

简介

issue-triage 用于围绕 GitHub 仓库、Issue、Pull Request 和代码协作流程提供辅助能力。

  • 适合查询项目状态、整理变更、辅助创建或检查协作事项,并将信息转为可执行步骤。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 涉及写入操作时需确认 token 权限、目标仓库范围和用户授权。
  • 建议区分只读与写入操作,避免误改敏感内容。

SKILL.md

Classification System

Every incoming issue receives a primary label and, where relevant, a secondary label from the taxonomy below.

LabelScopeTypical Signals
DefectProduct behaving contrary to specification or expectationError messages, crashes, data rendering incorrectly, regressions, unexpected output
GuidanceCustomer seeking instructions or clarification"How do I...", "Where can I find...", setup questions, configuration help
EnhancementRequest for new or changed functionality"It would help if...", "Can you add...", "Are there plans for..."
BillingCharges, subscriptions, invoicing, pricing, refundsPayment failures, unexpected charges, plan changes, credit requests
AccessLogin, permissions, SSO, user managementLockouts, password resets, role assignments, MFA issues
IntegrationConnectivity with external tools and APIsWebhook failures, OAuth errors, sync problems, API response issues
SecurityThreats, data exposure, compliance inquiriesUnauthorized access, vulnerability disclosures, GDPR/SOC 2 questions
DataIntegrity, migration, import/export concernsMissing records, duplicate entries, failed imports, export formatting
ReliabilitySpeed, uptime, or degraded serviceTimeouts, slow loading, 5xx errors, service unavailability

Choosing the Right Label

  • When a customer describes overlapping concerns (e.g., a defect plus an enhancement wish), the root problem determines the primary label.
  • A broken workflow the customer used to rely on is a Defect, not an Enhancement.
  • A request for the product to work in a new way is an Enhancement, even if the customer frames it as something "not working."
  • Prefer Defect when ambiguous -- investigating a potential bug is safer than dismissing one.

Severity Levels

P1 -- Outage / Emergency

The product is completely unusable, data is at risk, or a security incident is underway. The scope is broad (most or all users impacted) or the consequences are irreversible.

  • Total service unavailability
  • Active data loss, corruption, or unauthorized exposure
  • Security breach in progress
  • Situation is deteriorating without intervention

Response commitment: First reply within 60 minutes. Continuous engagement until mitigated. Status updates every 1-2 hours.

P2 -- Severe Disruption

A key capability is non-functional, a significant user population is blocked, and no practical workaround exists.

  • Core workflow broken but ancillary functions still operate
  • Multiple users or a strategically important account impacted
  • Time-sensitive operations are stalled
  • Reasonable alternatives are not available

Response commitment: First reply within 4 hours. Same-day investigation. Status updates every 4 hours.

P3 -- Moderate Impact

A feature is degraded but usable through an alternate path, or the issue affects a limited audience.

  • Functionality is impaired but a workaround is viable
  • Impact is inconvenient rather than blocking
  • A small group of users is affected
  • No urgent pressure from the customer

Response commitment: First reply within 1 business day. Progress update within 3 business days.

P4 -- Minor / Informational

Cosmetic glitches, general inquiries, enhancement ideas, or problems with well-documented fixes.

  • Visual imperfections with no functional consequence
  • Enhancement suggestions and feedback
  • Routine questions answerable from documentation
  • Issues resolved by following existing instructions

Response commitment: First reply within 2 business days. Resolution at standard pace.

Conditions That Warrant Upgrading Severity

Raise the severity level when any of the following occur:

  • SLA window has elapsed without resolution
  • A pattern emerges: three or more customers reporting the same symptom
  • The customer explicitly invokes executive attention or threatens churn
  • A previously viable workaround ceases to function
  • The blast radius expands (additional users, systems, or data affected)

Routing Guidelines

Direct each issue to the team best positioned to resolve it:

DestinationAppropriate When
Frontline SupportKnown-solution issues, documentation-answerable questions, password resets, simple billing inquiries
Senior / Technical SupportBugs needing investigation, non-trivial configuration, integration debugging, complex account scenarios
EngineeringVerified defects requiring code changes, infrastructure incidents, performance regressions
Product ManagementHigh-demand feature requests, design-level workflow gaps, prioritization decisions
Security TeamVulnerability reports, data exposure concerns, compliance-related inquiries
Finance / BillingRefund approvals, contractual billing disputes, non-standard pricing adjustments

Identifying Duplicate Reports

Before routing a new issue, check for existing overlap:

  1. Symptom search: Look for open issues with matching error text or behavioral descriptions.
  2. Customer history: Verify the same customer has not already filed a related report.
  3. Feature-area scan: Review recent issues in the same product surface.
  4. Known-issue registry: Cross-reference against documented active problems.

When a match is found:

  • Associate the new report with the existing issue.
  • Inform the customer that the problem is tracked and being worked on.
  • Append any fresh details or reproduction context from the new submission.
  • Re-evaluate severity if the additional report widens the impact.

Initial Acknowledgment Patterns

For Defects

Thanks for letting us know about this. I understand that [specific
disruption] is affecting your work.

This has been logged at [severity] and our team is looking into it.
[If a workaround exists: "While we investigate, you can [workaround]."]

Expect an update from us by [timeframe based on SLA].

For Guidance Requests

Good question! [Concise answer or pointer to documentation]

[For multi-step answers: "Here is a walkthrough:"]
[Numbered steps or explanation]

Let me know if this resolves things or if anything else comes up.

For Enhancement Ideas

Appreciate you sharing this idea -- I can see how [desired capability]
would improve your workflow.

I have forwarded this to our product team. I cannot promise a specific
delivery date, but input like this directly shapes our priorities.

[If a partial solution exists: "In the meantime, [alternative approach]
may help."]

For Billing Concerns

I know billing matters need quick resolution. Let me take a look.

[If straightforward: provide resolution details]
[If investigation needed: "I am reviewing your account and will
follow up by [timeframe]."]

For Security Reports

Thank you for raising this -- we treat security matters with the
highest urgency.

This has been routed to our security team for immediate review.
You will hear back by [timeframe].

[If protective steps are advisable: "We recommend [action] in the
meantime."]

Operational Guidelines

  1. Read the entire thread before assigning labels -- later messages frequently alter the picture.
  2. Classify based on the underlying cause, not just the surface symptom.
  3. When severity is uncertain, round up -- downgrading later is far easier than recovering from a missed commitment.
  4. Always check for duplicates and known issues prior to routing.
  5. Attach internal notes summarizing what you have assessed and ruled out, so the next handler can pick up without re-investigation.
  6. Watch for emerging patterns -- repeated low-severity reports on the same topic may signal a systemic problem that deserves elevated attention.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.97%
按下载量换算51

Claude

29.55%
按下载量换算39

Cursor

18.15%
按下载量换算24

Gemini CLI

9.77%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills