What problem does it solve?
It helps you create a correctly structured GitHub issue in the origin repository by selecting the right template, filling required fields, and applying repository-required labels and issue type metadata.
Core Features & Use Cases
- Issue-Type Selection & Template Loading: Determines the appropriate issue type (feature request, epic, user story API/frontend, simple task) and loads the corresponding contributing template from the Ahrena templates path with fallbacks.
- Guided Template Filling: Collects the information needed to replace placeholders in the template and generates a complete Markdown issue body and title.
- Creation + Required Governance: Creates the issue via GitHub MCP (preferred) or
gh CLI (fallback), sets the repository-specific GitHub Issue Type via GraphQL, and applies the mandatory status: todo label without assigning an assignee.
Quick Start
Ask the AI to open a "feature request" issue for design-system by creating a templated GitHub issue with the required labels and setting the GitHub issue type immediately after creation.