Agent skill
linear-create-issue-in-project
{{ 𝛀𝛀𝛀 }} Create a new Linear issue with automatic dependency detection
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-in-project
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 project name hint (e.g.Foundry,Platform)
Before creating
- Fetch the list of Linear projects
- If a project name was provided:
- Attempt to match it to an existing project (fuzzy match on name)
- If no confident match is found, ask the user: "No project matching '[name]' was found. Should I create a new project with that name, or would you like to pick from the existing list?"
- If no project name was provided, do not set a project
- If a project was identified, fetch all existing issues in that project to understand current scope and state
- If issues were fetched, analyse them to identify natural dependencies:
- Issues this new one blocks (must be done first before others can proceed)
- Issues this new one is blocked by (must wait for others to complete)
- Issues this new one relates to (thematically linked but no hard dependency)
- Propose: title, description, project (if any), priority, and all identified relationships — then wait for approval
Create the issue
Once approved:
- Assign to
me - Set
projectonly if one was determined above - Set
priority(default: Normal) - Apply all relationship links
- Write a clear description in markdown covering 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?