fetch-ticket
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, anyUPPERCASE-NUMBERformat - 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 vieworgh pr view - Detection: Attempts issue first, falls back to PR
3. File (manual input)
- Pattern: Path to existing
.mdfile - Use case: When ticket is already saved or provided externally
More from nicolas-codemate/claudecodeconfig
architect
Software architecture skill for designing high-quality implementation plans. Provides universal patterns, quality checklists, and architectural guidelines. Use during planning phase to ensure plans are well-structured, atomic, and follow best practices.
25pr-info
>-
1aep
Analyse-Explore-Plan methodology for thorough analysis and planning before development. Use when starting a new feature, investigating a problem, or needing to understand a codebase before making changes. Provides structured workflow with parallel exploration agents and clarification questions. Integrates with Architect skill for high-quality implementation plans.
1mentor-workflow
Coaching workflow orchestrator. Guides the developer through implementation without writing code.
1create-pr
>-
1analyze-ticket
Skill for analyzing ticket complexity and determining required workflow phases. Uses scoring system to classify tickets as SIMPLE, MEDIUM, or COMPLEX, which determines exploration depth and planning approach.
1