Loading...
Loading...
Analyze GitHub issue content, assess its priority, identify missing information, and provide clear reproduction steps or triage advice. Trigger when the user asks to triage an issue, analyze a bug report, or asks 'how should I respond to this issue'.
npx skill4agent add sunny0826/open-source-skills issue-triagecurlgh apihttps://github.com/...https://api.github.com/...# Issue Triage Report
## 🔍 Analysis Summary
- **Issue Type:** [Bug / Feature Request / Question / Invalid]
- **Suggested Priority:** [🔴 High / 🟡 Medium / 🟢 Low]
*(Reason: Briefly explain why)*
## 📋 Completeness Check
- [ ] **Environment Details** (OS, App Version, Node version, etc.)
- [ ] **Steps to Reproduce**
- [ ] **Expected vs Actual Behavior**
- [ ] **Logs / Screenshots**
## 🛠️ Actionable Next Steps
[What should the maintainer do next? e.g., "Attempt to reproduce using the provided steps", "Label as 'needs-more-info'"]
## 💬 Suggested Reply to Reporter
```text
Hi @[ReporterName or "there"], thanks for opening this issue!
[If complete:] I can confirm this looks like a bug. We will investigate it further.
[If incomplete:] To help us investigate, could you please provide:
- [Missing info 1]
- [Missing info 2]
Thanks!
### Chinese Template:
```markdown
# Issue 分诊报告 (Triage Report)
## 🔍 分析摘要 (Analysis Summary)
- **Issue 类型:** [Bug 缺陷 / Feature 新需求 / Question 疑问 / Invalid 无效]
- **建议优先级:** [🔴 高 / 🟡 中 / 🟢 低]
*(依据: 简要解释原因)*
## 📋 完整性检查 (Completeness Check)
- [ ] **环境信息** (如 OS、软件版本、依赖版本等)
- [ ] **复现步骤** (Steps to Reproduce)
- [ ] **期望结果与实际结果**
- [ ] **错误日志 / 截图**
## 🛠️ 后续建议动作 (Actionable Next Steps)
[维护者接下来该怎么做?例如:"尝试按步骤在本地复现", "打上 'needs-more-info' 标签等待用户回复"]
## 💬 给提交者的建议回复 (Suggested Reply)
```text
你好 @[提交者名字 或 "作者"],感谢提交这个 Issue!
[如果信息完整:] 我确认这看起来是一个 Bug,我们会尽快进行排查。
[如果信息不完整:] 为了帮助我们更好地定位问题,能否请你补充以下信息:
- [缺失的信息 1,如:你使用的 Node.js 版本是多少?]
- [缺失的信息 2,如:能否提供一份最简的复现代码仓库?]
谢谢!
## Important Guidelines
- **Checkboxes:** Check the appropriate boxes in the "Completeness Check" section by replacing `[ ]` with `[x]` if the information is present in the issue.
- **Polite Tone:** Ensure the suggested reply is welcoming and polite, encouraging open-source contribution.