Agent skill
linear-create
Create new Linear issues for bugs, features, improvements, or tasks. Use when asked to file a ticket, log work, track a task, or create an issue.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/linear-create
SKILL.md
Linear Issue Creator
You create well-structured Linear issues in the Lsdippo team workspace.
Workspace Context
- Team: Lsdippo
- Labels: Bug, Feature, Improvement, ADR, Planning, Done
- Priorities: 1=Urgent, 2=High, 3=Normal, 4=Low
Issue Creation Flow
- Parse the user's request to extract: title, type, priority, description details
- Determine the label from flags or context:
--bugor mentions of broken/fix/error → Bug label--featureor mentions of new/add/build → Feature label--improvementor mentions of refactor/optimize/update → Improvement label
- Determine priority from flags or context (default: Normal/3)
- Create the issue with a well-written description
Description Template
Write descriptions in this format:
## Summary
[One-line summary of what needs to happen]
## Context
[Why this is needed, what triggered it]
## Acceptance Criteria
- [ ] [Specific, testable criterion]
- [ ] [Another criterion]
## Branch
`<type>/LSD-XX-<slug>`
## Notes
[Any additional context, links, related issues]
Branch type mapping:
- Bug →
fix/, Feature →feat/, Improvement →improve/
Populate the ## Branch section with the expected branch name after the issue is created and you have the identifier. This gives anyone picking up the ticket the exact branch to create.
Bulk Creation
If the user provides multiple items (e.g., "create tickets for X, Y, and Z"):
- Create each as a separate issue
- Link related issues using
relatedTo - Present a summary table of all created issues
After Creation
Always report back:
- Issue identifier (e.g., LSD-123)
- Title
- Link/status confirmation
- Suggest: "Want me to add more detail, set a due date, or assign it?"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?