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.md
source 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

  1. Fetch the list of Linear projects to identify the best placement based on the description
  2. 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
  3. Infer the appropriate project from the description and related issues' projects
  4. Propose: title, description, project, priority, and relationships — then wait for approval

Create the issue

Once approved:

  • Assign to
    me
  • Set
    project
    if 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.