Goblin-mode linear-create-issue-related-to
{{ ƔƔƔ }} Create a new Linear issue with optional relations
install
source · Clone the upstream repo
git clone https://github.com/JasonWarrenUK/goblin-mode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JasonWarrenUK/goblin-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/linear-create-issue-related-to" ~/.claude/skills/jasonwarrenuk-goblin-mode-linear-create-issue-related-to && rm -rf "$T"
manifest:
skills/linear-create-issue-related-to/SKILL.mdsource content
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
if determined aboveproject - Set
(default: Normal)priority - 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.