supportmail-to-ticket

Triage Gnubok support emails and draft GitHub issues for erp-mafia/gnubok.

209|46|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/erp-mafia/gnubok --skill supportmail-to-ticket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supportmail-to-ticket
Source: https://github.com/erp-mafia/gnubok/tree/main/.claude/skills/supportmail-to-ticket
Command: npx skills add https://github.com/erp-mafia/gnubok --skill supportmail-to-ticket

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Gmail MCP, GitHub CLI, Filesystem MCP.

What problem does it solve?

Triage Gnubok customer support emails and convert them into GitHub issues in the erp-mafia/gnubok repository, enabling faster response times and consistent issue creation.

Core Features & Use Cases

  • Triage and translate incoming support messages from the Gnubok mailbox into structured issue drafts for erp-mafia/gnubok.
  • Phase-based processing including email retrieval, local codebase analysis for context, and anonymized issue drafting with an approval step.
  • Use Case: When a new support email arrives about a bug in SIE import, the skill generates an issue draft with relevant code references and suggested next steps after user approval.

Quick Start

Invoke the skill using /supportmail-to-ticket (optionally with a number) or natural-language phrases like "triage support inbox" to begin processing recent emails.

Frequently Asked Questions about supportmail-to-ticket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert customer support emails into GitHub issues automatically?

Automating support email triage to GitHub issues requires connecting Gmail MCP, GitHub CLI, and Filesystem MCP. The skill retrieves emails, searches the local codebase for context, and drafts structured issues with an approval workflow before creation.

Can I link Gmail messages to existing GitHub issue threads?

Yes, linking Gmail messages to existing GitHub issue threads is supported. The skill processes incoming support emails and files generated issues against existing threads in the repository to maintain continuous context and tracking.

Do I need a local codebase to draft GitHub issues from support emails?

Yes, a local codebase is required to draft GitHub issues from support emails. The skill uses Filesystem MCP to search local codebase files, extracting relevant code references to provide context and suggested next steps for the issue draft.

What is the approval workflow for creating GitHub issues from emails?

The approval workflow for creating GitHub issues from emails requires user confirmation before issue creation. The skill generates an anonymized issue draft with code references and suggested next steps, pausing for user review to ensure accuracy.

How does automated email triage handle code references for GitHub issues?

Automated email triage handles code references by searching the local codebase via Filesystem MCP during a dedicated processing phase. It extracts relevant code context to include in the anonymized GitHub issue draft, ensuring technical accuracy before the approval step.

What are the limitations of using Gmail MCP for GitHub issue automation?

Limitations of using Gmail MCP for GitHub issue automation include strict dependencies on GitHub CLI and Filesystem MCP for codebase search and issue creation. The skill is specifically tailored for the erp-mafia/gnubok repository and requires local filesystem access to function properly.