triage-issue

仓库创建 2026年6月21日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

避免重复工单,自动提炼并规范化缺陷描述。

▸ 风险提示

会在 Jira 创建/修改问题,需谨慎并获用户确认。

这个 Skill 做什么

根据错误信息在 Jira 中查重并创建或注释工单。

把一段错误信息或堆栈贴进去,它会先在 Jira 里用 atl CLI 搜一遍有没有相同或已修复的工单,再决定是新建一张规范的 ticket 还是在已有工单上发表评论。适合你怀疑“这是已知问题吗”“要不要建个 bug 单”的场景,能避免重复建单。特别之处是把查重放在第一位,确保先找到历史记录和修复痕迹再动手。

▸ 展开 SKILL.md 英文原文

Triage a bug report or error message against Jira with the atl CLI — search for duplicates and prior fixes first, then create a well-structured ticket or comment on an existing one. USE WHEN the user pastes an error, stack trace, or bug description and asks "is this known", "is this a duplicate", "has this been reported/fixed before", or "file a bug for this".

开发编程故障排查重复检测Jira自动化通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills/triage-issue/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills/triage-issue/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- Generated from skills-src/triage-issue/SKILL.md — edit the source and run 'make gen-plugins'. -->

# Triage an issue with `atl`

Find duplicates **before** filing. Never create a ticket without first showing
the user what already exists. Command details live in the `jira` skill.

**Preflight:** `atl` must be installed and configured. If `command -v atl` fails
or a command exits `7` ("not configured"), run `/atl:setup` and stop.

## Workflow

### 1. Extract the error signature

From the report, pull: the exception/error type, the failing
class/function/endpoint, and the stable message words. Strip volatile parts —
ids, timestamps, hostnames, line numbers — they poison text search. Build 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有