Agent skill
linear-check-deps-omega
{{ 𝛀𝛀𝛀 }} Analyse and assign dependency relationships for Linear tasks
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/linear-check-deps-omega
SKILL.md
Analyse dependency relationships for the following Linear task(s):
$ARGUMENTS
Tools
Use the Linear MCP tools (mcp__plugin_linear_linear__*) for all Linear API interactions.
Parse the input
Split on , or whitespace to extract one or more Linear issue IDs (e.g. FOU-123, FOU-456).
Analyse
- Fetch each provided issue using
mcp__plugin_linear_linear__get_issueto understand its scope, description, and current relationships - Identify the parent project for each issue (if they span multiple projects, analyse each project separately)
- Fetch active issues in each relevant project using
mcp__plugin_linear_linear__list_issueswith theprojectparameter. Exclude completed, cancelled, and duplicate issues — only fetch issues in active states (backlog, todo, in progress, in review, etc.) - For each provided issue, analyse the project context and determine:
- Blocks: which project issues cannot proceed until this one is done
- Blocked by: which project issues must be completed before this one can start
- Skip issues that already have the correct relationship assigned
- Present a summary table per issue:
- Issue ID + title
- Proposed blocks relationships (with brief justification)
- Proposed blocked by relationships (with brief justification)
- Any existing relationships that appear incorrect or redundant
Wait for approval before making changes.
Apply
Once approved:
- Add all accepted relationship links using
mcp__plugin_linear_linear__save_issue - Do not remove existing relationships unless explicitly asked
Confirm
Return a summary of all relationships added, grouped by issue.
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?