microsoft/skills✦ 精选0°

github-issue-creator

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

能把含糊报告迅速转为可复现、可分配的问题,提升协作效率。

这个 Skill 做什么

把杂乱日志、录音或截图整理为结构化的 GitHub Issue。

把零散的日志、录音或截图一键整理成能直接贴到 GitHub 的 Markdown Issue,包含摘要、环境、复现步骤、期望行为和证据图片。拿到模糊的 bug 描述或错误输出时就用,省去你琢磨格式和漏写重要信息的时间。还能把截图/GIF嵌入问题,把复现步骤拆成清楚步骤,方便团队快速复现和定位。

▸ 展开 SKILL.md 英文原文

Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wants a structured GitHub issue. Supports images/GIFs for visual evidence.

开发编程问题整理GitHub模板化通用
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/skills/github-issue-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/skills/github-issue-creator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub Issue Creator

Transform messy input (error logs, voice notes, screenshots) into clean, actionable GitHub issues.

## Output Template

```markdown
## Summary
[One-line description of the issue]

## Environment
- **Product/Service**: 
- **Region/Version**: 
- **Browser/OS**: (if relevant)

## Reproduction Steps
1. [Step]
2. [Step]
3. [Step]

## Expected Behavior
[What should happen]

## Actual Behavior
[What actually happens]

## Error Details
```
[Error message/code if applicable]
```

## Visual Evidence
[Reference to attached screenshots/GIFs]

## Impact
[Severity: Critical/High/Medium/Low + brief explanation]

## Additional Context
[Any other relevant details]
```

## Output Locat
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有