fetch-ticket

Installation
SKILL.md

Fetch Ticket Skill

This skill retrieves ticket/issue information from various sources and normalizes it to a consistent markdown format.

Supported Sources

1. YouTrack (via MCP)

  • Pattern: PROJ-123, ABC-1, any UPPERCASE-NUMBER format
  • Tool: mcp__youtrack__get_issue
  • Also fetches: Comments via mcp__youtrack__get_issue_comments

2. GitHub (via gh CLI)

  • Pattern: #123, 123 (when github repo configured), owner/repo#123
  • Tool: gh issue view or gh pr view
  • Detection: Attempts issue first, falls back to PR

3. File (manual input)

  • Pattern: Path to existing .md file
  • Use case: When ticket is already saved or provided externally
Related skills
Installs
1
First Seen
Mar 29, 2026