GitHub Issue Creator
Transform messy input (error logs, voice notes, screenshots) into clean, actionable GitHub issues.
Output Template
CODEBLOCK0
[Error message/code if applicable]
CODEBLOCK1
Output Location
Create issues as markdown files in /issues/ directory at the repo root. Use naming convention: INLINECODE1
Guidelines
Be crisp: No fluff. Every word should add value.
Extract structure from chaos: Voice dictation and raw notes often contain the facts buried in casual language. Pull them out.
Infer missing context: If user mentions "same project" or "the dashboard", use context from conversation or memory to fill in specifics.
Placeholder sensitive data: Use [PROJECT_NAME], [USER_ID], etc. for anything that might be sensitive.
Match severity to impact:
- - Critical: Service down, data loss, security issue
- High: Major feature broken, no workaround
- Medium: Feature impaired, workaround exists
- Low: Minor inconvenience, cosmetic
Image/GIF handling: Reference attachments inline. Format: INLINECODE4
Examples
Input (voice dictation):
so I was trying to deploy the agent and it just failed silently no error nothing the workflow ran but then poof gone from the list had to refresh and try again three times
Output:
## Summary
Agent deployment fails silently - no error displayed, agent disappears from list
## Environment
- **Product/Service**: Azure AI Foundry
- **Region/Version**: westus2
## Reproduction Steps
1. Navigate to agent deployment
2. Configure and deploy agent
3. Observe workflow completes
4. Check agent list
## Expected Behavior
Agent appears in list with deployment status, errors shown if deployment fails
## Actual Behavior
Agent disappears from list. No error message. Requires page refresh and retry.
## Impact
**High** - Blocks agent deployment workflow, no feedback on failure cause
## Additional Context
Required 3 retry attempts before successful deployment
Input (error paste):
Error: PERMISSION_DENIED when publishing to Teams channel. Code: 403. Was working yesterday.
Output:
## Summary
403 PERMISSION_DENIED error when publishing to Teams channel
## Environment
- **Product/Service**: Copilot Studio → Teams integration
- **Region/Version**: [REGION]
## Reproduction Steps
1. Configure agent for Teams channel
2. Attempt to publish
## Expected Behavior
Agent publishes successfully to Teams channel
## Actual Behavior
Returns `PERMISSION_DENIED` with code 403
## Error Details
Error: PERMISSION_DENIED
Code: 403
CODEBLOCK4
GitHub Issue 创建器
将混乱的输入(错误日志、语音笔记、截图)转化为清晰、可操作的 GitHub Issue。
输出模板
markdown
摘要
[问题的单行描述]
环境
- - 产品/服务:
- 区域/版本:
- 浏览器/操作系统:(如相关)
复现步骤
- 1. [步骤]
- [步骤]
- [步骤]
预期行为
[应该发生什么]
实际行为
[实际发生了什么]
错误详情
[适用的错误信息/代码]
视觉证据
[引用附带的截图/GIF]
影响
[严重程度:严重/高/中/低 + 简要说明]
附加上下文
[任何其他相关细节]
输出位置
以 Markdown 文件形式创建 Issue,存放在仓库根目录下的 /issues/ 文件夹中。命名规范:YYYY-MM-DD-简短描述.md
指南
简洁明了:不废话。每个词都应增加价值。
从混乱中提取结构:语音听写和原始笔记通常包含隐藏在随意语言中的事实。将它们提取出来。
推断缺失的上下文:如果用户提到同一个项目或仪表盘,使用对话或记忆中的上下文来填充具体信息。
占位符敏感数据:对任何可能敏感的内容使用 [项目名称]、[用户ID] 等。
匹配严重程度与影响:
- - 严重:服务宕机、数据丢失、安全问题
- 高:主要功能损坏,无变通方案
- 中:功能受损,存在变通方案
- 低:轻微不便,外观问题
图片/GIF 处理:内联引用附件。格式:
示例
输入(语音听写):
我尝试部署代理,但它静默失败了,没有任何错误,工作流运行了,然后噗的一声从列表中消失了,不得不刷新并重试三次
输出:
markdown
摘要
代理部署静默失败 - 无错误显示,代理从列表中消失
环境
- - 产品/服务:Azure AI Foundry
- 区域/版本:westus2
复现步骤
- 1. 导航到代理部署
- 配置并部署代理
- 观察工作流完成
- 检查代理列表
预期行为
代理出现在列表中并显示部署状态,如果部署失败则显示错误
实际行为
代理从列表中消失。无错误消息。需要刷新页面并重试。
影响
高 - 阻止代理部署工作流,无失败原因反馈
附加上下文
成功部署前需要重试 3 次
输入(错误粘贴):
错误:发布到 Teams 频道时出现 PERMISSION_DENIED。代码:403。昨天还能用。
输出:
markdown
摘要
发布到 Teams 频道时出现 403 PERMISSION_DENIED 错误
环境
- - 产品/服务:Copilot Studio → Teams 集成
- 区域/版本:[区域]
复现步骤
- 1. 为 Teams 频道配置代理
- 尝试发布
预期行为
代理成功发布到 Teams 频道
实际行为
返回 PERMISSION_DENIED,代码 403
错误详情
错误:PERMISSION_DENIED
代码:403
影响
高 - 阻止 Teams 集成,从之前的工作状态回归
附加上下文
昨天还能用 - 可能是权限/配置更改或服务回归