issue-creator

Create GitHub issues from tester notes using Python and the gh CLI.

14|Updated May 27, 2026
One-click install
npx skills add https://github.com/mlhiter/skills --skill issue-creator-mlhiter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-creator
Source: https://github.com/mlhiter/skills/tree/main/skills/issue-creator
Command: npx skills add https://github.com/mlhiter/skills --skill issue-creator-mlhiter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of high-quality GitHub issues from concise tester notes, significantly reducing the time and effort required for issue reporting and management.

Core Features & Use Cases

  • Automated Issue Creation: Converts tester notes into detailed GitHub issues.
  • Customization: Supports GitHub Project fields, such as Priority, Type, Effort, Product, and Environment.
  • Security: Redacts sensitive information and ensures issue quality with minimal manual intervention.
  • Use Case: Ideal for QA and product testing workflows, particularly in environments like Sealos where consistent issue formatting and categorization are crucial.

Quick Start

Use the issue-creator skill to create a GitHub issue from the note 'The app crashes when launching on iOS 12'.

Frequently Asked Questions about issue-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue creation from tester notes?

You can automate GitHub issue creation by using Python scripts to extract data from tester notes, format the content, and push issues via the GitHub API. This streamlines QA workflows and minimizes manual reporting effort.

Do I need gh CLI and Python 3 to automate issue creation from QA notes?

Yes, you need both gh CLI and Python 3 installed to run the automation scripts. These dependencies are required to execute the data extraction logic and authenticate API requests for creating issues on GitHub.

Can I customize GitHub Project fields like Priority and Type when creating issues from notes?

Yes, you can customize GitHub Project fields such as Priority, Type, Effort, Product, and Environment. The automation parses tester notes to populate these specific fields, ensuring detailed categorization for environments like Sealos.

Does issue creation automation redact sensitive information from tester notes?

Yes, the issue creation process redacts sensitive information from tester notes before submission. This security feature ensures that private data remains protected while maintaining high issue quality with minimal manual intervention.

What is the best way to convert concise QA notes into detailed GitHub issues?

The best way to convert concise QA notes into detailed GitHub issues is through automated Python scripts that handle data extraction, formatting, and GitHub API integration. This ensures high-quality, consistently formatted issue reports.