All skills
Skillintermediate
/create-ticket - Create Linear Ticket
Create a structured Linear issue with proper workflow configuration.
Claude Code Knowledge Pack7/10/2026
Overview
/create-ticket - Create Linear Ticket
Create a structured Linear issue with proper workflow configuration.
Steps
- Ask the user for the ticket type: feature, bug, improvement, or task
- Determine the team and project from the user's context or ask
- Write a clear title following the team's naming convention
- Compose the description with: context, requirements, acceptance criteria
- Set priority: urgent, high, medium, low, or no priority
- Assign the appropriate label(s): frontend, backend, infrastructure, design
- Set the estimate (story points or time) based on complexity
- Link to related tickets if this is part of a larger epic
- Assign to a team member or leave unassigned for backlog
- Set the cycle/sprint if the ticket should be worked on immediately
- Create the ticket using the Linear API
- Report: ticket identifier, URL, priority, assignee, cycle
Rules
- Follow the team's ticket title conventions (e.g., "[Component] Description")
- Include acceptance criteria as a checklist in the description
- Set priority based on user impact and urgency, not developer preference
- Link parent issues for sub-tasks to maintain hierarchy
- Do not assign to a cycle without team lead approval
- Include relevant context links: design files, API docs, related PRs
- Keep descriptions scannable with headers, bullets, and code blocks