github-issues
使用结构化分诊管理 GitHub Issues
维护者常常会在验证报告、查找重复项以及撰写一致的更新时耗费时间。此技能为 Claude、Codex 和 Claude Code 提供了一套可重复的工作流程,用于分诊、标签、回复和 PR 协调。
下载技能 ZIP
在 Claude 中上传
前往 Settings → Capabilities → Skills → Upload skill
开启并开始使用
Agent 可读资源
当 AI Agent、爬虫或脚本需要干净上下文,而不是读取完整页面时,请使用这些链接。
测试它
正在使用“github-issues”。 Issue says the Recipe class is missing.
预期结果:
回复会说明 Recipe 已经存在,引用实现位置和发布版本,将该 issue 标记为重复,并以更新说明作为关闭内容。
正在使用“github-issues”。 Issue requests a new MedicalCondition class.
预期结果:
输出会识别缺失的 medical 模块依赖,提出分阶段计划,添加 blocked 状态,并链接相关基础工作。
正在使用“github-issues”。 Issue asks how to use Person for contact management.
预期结果:
回答会指向现有文档,给出简洁的使用摘要,应用 question 标签,并在回答后关闭。
安全审计
中风险Static analysis produced many high-risk pattern matches, but targeted review found Markdown examples and maintainer workflow guidance rather than hidden executable code or malicious intent. The skill is publishable with a medium warning because it guides state-changing gh and git commands and includes limited external documentation lookup.
中风险问题 (1)
低风险问题 (3)
风险因素
检测到的模式
质量评分
你能构建什么
分诊新收到的 bug 报告
验证复现细节,检查该 bug 是否已被修复,并起草清晰的维护者回复。
规划功能实现
评估功能请求,识别受影响的模板文件,映射依赖项,并准备分阶段的实施计划。
清理重复 issues
搜索现有 issues,比较报告,添加重复标签,并准备带有规范 issue 链接的关闭评论。
试试这些提示
Review issue #[number]. Validate whether it is a bug, feature request, question, or duplicate. Suggest labels and draft a response.
Analyze issue #[number] against open and closed issues. Identify duplicates, related issues, blockers, and recommended relationship comments.
For issue #[number], validate the request, identify affected modules, list implementation tasks, estimate effort, and draft a progress comment.
Prepare the issue lifecycle plan for #[number], including branch name, PR title, closing keywords, labels, release note text, and final issue comment.
最佳实践
- 在回复之前,根据代码、历史记录和现有 issues 验证每一份报告。
- 在运行会改变仓库状态的操作之前,审查所有 gh 和 git 命令。
- 在每条维护者回复中包含证据、关系、标签和后续步骤。
避免
- 在未解释验证结果或未链接支持证据的情况下关闭 issues。
- 在审查目标 issue 编号之前,对仓库运行生成的命令。
- 在未检查代码、文档或重复 issues 的情况下假设报告者是正确的。