What problem does it solve?
Customer feedback arrives as unstructured emails or support tickets, making it hard to track individual requests, avoid duplicate bug reports, and respond to customers with concrete status updates.
Core Features & Use Cases
- Feedback Parsing: Breaks raw feedback text into discrete, actionable issues with titles, types (bug, feature, improvement, question), and priority estimates.
- Duplicate Detection: Searches existing GitHub issues via the gh CLI with multiple keyword variations to avoid filing duplicates.
- Approval-Gated Issue Creation: Presents a report of already-filed and proposed new issues, then creates only approved issues with labels via gh issue create.
- Reply Email Drafting: Generates a professional customer reply referencing each filed or existing issue URL.
- Use Case: A maintainer receives a long customer email listing three bugs and two feature requests; the Skill extracts all five items, finds one already tracked, creates the other four after approval, and drafts a reply email with issue links.
Quick Start
Paste the customer feedback email text and ask the assistant to turn it into GitHub issues and draft a reply email.