Transform notes, meeting minutes, or project documentation into well-structured GitHub issues with proper context from codebase analysis. This command uses the `gh` CLI to create issues that follow industry best practices for clarity, completeness, and actionability.
/plugin marketplace add niekcandaele/claude-helpers/plugin install cata-helpers@cata-helpers-marketplace# Create GitHub Issue ## Goal Transform notes, meeting minutes, or project documentation into well-structured GitHub issues with proper context from codebase analysis. This command uses the `gh` CLI to create issues that follow industry best practices for clarity, completeness, and actionability. ## Input Required: Issue source via $ARGUMENTS (one of): - File path to notes/documentation (e.g., `meetings/2024-10-sprint-planning.md`) - Quoted text description (e.g., `"Users report login page is slow"`) - Pasted text (if invoking interactively) ## Process 1. **Parse Input:** Determine if...