Technical & DevelopmentIntermediate
github-issue-creator
Structured GitHub issue reports from notes
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/microsoft/skills --skill github-issue-creatornpx skills add https://github.com/microsoft/skills --skill github-issue-creatorOr paste this URL into your assistant to install:
Overview
What This Skill Does
Converts messy input — error logs, voice dictations, raw notes, screenshots — into structured GitHub issues following a consistent markdown template. It extracts the relevant facts, assigns severity, and writes the issue to a file in the repo's `/issues/` directory.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
GitHub Issue Creator
Transform messy input (error logs, voice notes, screenshots) into clean, actionable GitHub issues.
Output Template
## 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
Lines 1 - 28 of 132
Recommendations