Agent skill
linear-create-issue-related-to
{{ ƔƔƔ }} Create a new Linear issue with optional relations
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/linear-create-issue-related-to
SKILL.md
Create a new Linear issue from the following input:
$ARGUMENTS
Parse the input
Split on |:
- Everything before
|is the issue description - Everything after
|(if present) is a comma-separated list of related issue IDs (e.g.FOU-123, FOU-456)
Before creating
- Fetch the list of Linear projects to identify the best placement based on the description
- If related issue IDs were provided, fetch each one to understand their context and determine the correct relationship type:
- Blocks: the new issue must be completed before the related issue can proceed
- Blocked by: the related issue must be completed before this one
- Relates to: general relation with no dependency direction
- Infer the appropriate project from the description and related issues' projects
- Propose: title, description, project, priority, and relationships — then wait for approval
Create the issue
Once approved:
- Assign to
me - Set
projectif determined above - Set
priority(default: Normal) - Apply relationship links to all provided issue IDs
- Write a clear description in markdown with what needs to be done and acceptance criteria
Confirm
Return the new issue identifier and a direct link.
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?