mg-ticket

File GitHub issues from Claude Code sessions with automatic context.

1|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/wonton-web-works/miniature-guacamole --skill mg-ticket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mg-ticket
Source: https://github.com/wonton-web-works/miniature-guacamole/tree/main/src/framework/skills/mg-ticket
Command: npx skills add https://github.com/wonton-web-works/miniature-guacamole --skill mg-ticket

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

File a GitHub issue directly from a Claude Code session, automatically attaching essential context like MG version, current workstream, and recent errors to reduce manual setup time and miscommunication.

Core Features & Use Cases

  • Auto-context assembly: MG version, workstream, and recent errors are appended to each new issue.
  • Template support: Choose between bug, feature, or question templates to structure the issue.
  • Graceful degradation: If context sources are unavailable, issues can still be filed with minimal context and clear guidance.
  • Seamless integration: Post issues via gh issue create with consistent labeling and formatting.

Quick Start

Describe the issue you want to file in Claude Code and invoke the mg-ticket action; the skill will file the issue with auto-context.

Frequently Asked Questions about mg-ticket

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

FAQPage Schema
How do I automatically add context to GitHub issues from Claude Code?

You can automatically add context to GitHub issues from Claude Code by using the mg-ticket skill, which attaches MG version, current workstream, and recent errors to each new issue.

Can I use templates to file bug or feature requests via gh CLI?

Yes, you can use templates to file bug, feature, or question requests via gh CLI, ensuring issues are consistently structured and formatted before creation.

Do I need gh CLI installed to create GitHub issues from my development session?

Yes, you need the gh CLI installed and authenticated, as the skill relies on gh issue create to post issues to your repository.

What happens if context sources like package.json or memory state are unavailable?

If context sources like package.json or memory state are unavailable, the skill gracefully degrades and files the issue with minimal context and clear guidance.

How does mg-ticket handle GitHub title and preview length limits?

The mg-ticket skill handles GitHub limits by automatically truncating titles and previews to fit GitHub requirements before submitting the issue.