/create-ticket
Create a structured Linear issue with proper workflow configuration.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/create-ticket
Context preview
What this command does when you run it.
Create a structured Linear issue with proper workflow configuration.
Command definition
create-ticket.md/create-ticket - Create Linear Ticket
Create a structured Linear issue with proper workflow configuration.
Steps
1. Ask the user for the ticket type: feature, bug, improvement, or task 2. Determine the team and project from the user's context or ask 3. Write a clear title following the team's naming convention 4. Compose the description with: context, requirements, acceptance criteria 5. Set priority: urgent, high, medium, low, or no priority 6. Assign the appropriate label(s): frontend, backend, infrastructure, design 7. Set the estimate (story points or time) based on complexity 8. Link to related tickets if this is part of a larger epic 9. Assign to a team member or leave unassigned for backlog 10. Set the cycle/sprint if the ticket should be worked on immediately 11. Create the ticket using the Linear API 12. 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
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

