From atlassian-suite
This skill should be used when the user asks to "link issues", "issue X blocks Y", "add issue link", "remove issue link", "list link types", or runs `/atlassian-suite:jira-link`. Creates and removes typed links between Jira issues.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
`$1` = Inward issue key (the issue with the relationship — e.g. the blocker).
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
$1 = Inward issue key (the issue with the relationship — e.g. the blocker).
$2 = Link type name. Common: Blocks, Relates, Duplicates, Causes. If unknown, list with jira_get_link_types.
$3 = Outward issue key.
$2 — if not in the canonical list, call jira_get_link_types and ask the user to pick.jira_link_to_epic (sets parent).jira_create_issue_link with {inwardIssue: $1, outwardIssue: $3, type.name: $2}.