Agent skill

linear-create-issue-related-to

{{ ƔƔƔ }} Create a new Linear issue with optional relations

Stars 163
Forks 31

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

  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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results