What problem does it solve? It prevents losing bugs, improvements, and refactoring ideas discovered during development by converting them into well-structured GitHub issues immediately, without leaving the terminal or writing boilerplate by hand. ## Core Features & Use Cases - Structured Issue Creation: Generates issues with a consistent template covering Context, Objective, Technical Scope, Acceptance Criteria, and Observations. - Automatic Label Selection: Applies repository labels such as bug, enhancement, refactor, test, performance, infra, and ai based on the issue content. - GitHub CLI Execution: Builds and runs the gh issue create command directly in the project terminal. - Use Case: While implementing a feature you notice a slow database query. Ask the assistant to register it, and it creates a labeled performance issue with acceptance criteria so the insight is not lost. ## Quick Start Ask the assistant to create a GitHub issue describing the bug or improvement you want to register, and it will generate and run the gh issue create command with proper labels.