triage-issue
仓库创建 2026年6月21日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
先查重再建单、避免重复工单,提升运维与开发效率
▸ 风险提示
需要配置 atl CLI,创建或评论工单会修改 Jira,需用户确认
这个 Skill 做什么
对粘贴的错误/堆栈进行重复检查,并创建或注释 Jira 工单
把粘贴过来的错误信息或堆栈和 Jira 里已有工单比对,先找重复或已修复的问题,再帮你建好格式化的工单或在现有 ticket 上评论。适合有人报错、想确认是否已知或要快速建单时用。特点是先查重再建单,输出条理清晰、便于追踪的工单内容,依赖 atl CLI。
▸ 展开 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".
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills-src/triage-issue/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/triage-issue/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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_cmd}}` 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 2–3
query variants from specific to broad.
### 2. Search for duplicates (parallel, one message)
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有