GitHub Issue Creator Investigate a bug report interactively, then create a clean GitHub issue via the CLI. Prerequisites Before starting, verify the CLI is installed and authenticated: If not authenticated, tell the user to run first and stop. Also confirm you're inside a git repo with a GitHub remote: If not, ask the user which repo the issue should be filed against. Phase 1: Grill the user Interview the user one question at a time to build a complete picture of the bug. For each question, provide your recommended answer based on what you already know from context or the codebase. Walk throu…