Beta Launch March 2026 • 40% lifetime discount
Created by Ask Mojo
Create and manage GitHub issues from conversations. Convert discussions, tasks, and ideas into trackable issues with proper labels, assignees, and descriptions.
Free to use • No credit card required
Streamline your development workflow by converting conversations, ideas, and tasks into well-structured GitHub issues. This skill helps you capture requirements, track bugs, and manage feature requests directly from your Basile workspace.
Use this Skill when you need to:
Understand what needs to be tracked in GitHub.
Help the user clarify what they want to create:
Ask guiding questions:
Context to gather:
Output Variable: issue_context
Choose the target GitHub repository.
Use GITHUB_LIST_REPOSITORIES_FOR_THE_AUTHENTICATED_USER to show available repositories.
Help the user select:
Output Variable: selected_repository
Create a well-structured issue with title, description, and metadata.
Based on the context gathered, draft:
Title: Clear, concise summary (imperative mood for tasks, descriptive for bugs)
Body:
Labels: Suggest appropriate labels based on issue type:
Show the draft to user for approval before creating.
Output Variable: issue_draft
Create the issue in the selected repository.
Use GITHUB_CREATE_AN_ISSUE to create the issue with:
Then optionally:
Output Variable: created_issue
Save a record and provide the issue link.
Create a document with:
Use basile_create_document to save if requested.
Provide:
Output Variable: issue_summary