---
title: "Turn notes, logs, and screenshots into structured GitHub issues with GitHub Issue Creator"
description: "Convert messy bug notes, error logs, voice dictation, and screenshots into crisp GitHub issue reports with clear repro steps, impact, and evidence."
verification: "listed"
source: "https://github.com/microsoft/skills/tree/main/.github/skills/github-issue-creator"
author: "Microsoft"
publisher_type: "organization"
category:
  - "Developer Tools"
framework:
  - "Multi-Framework"
---

# Turn notes, logs, and screenshots into structured GitHub issues with GitHub Issue Creator

Convert messy bug notes, error logs, voice dictation, and screenshots into crisp GitHub issue reports with clear repro steps, impact, and evidence.

## Prerequisites

GitHub issue markdown format, bug notes or logs, optional screenshots or GIF attachments

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install the Microsoft skills repository with npx skills add microsoft/skills, then enable github-issue-creator for the agent and supply raw notes, errors, or screenshots to produce a structured issue draft.
```

## Documentation

- https://microsoft.github.io/skills/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/turn-notes-logs-and-screenshots-into-structured-github-issues-with-github-issue-creator/)
