From atlassian-suite
This skill should be used when the user asks to "show jira issue X", "open PROJ-123", "what's the status of {issue}", "transition this issue", "comment on issue", or runs `/atlassian-suite:jira-issue`. Loads a Jira issue, displays a compact summary, and offers next actions (comment, transition, log work).
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
Pull a Jira issue and offer common follow-ups.
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.
Pull a Jira issue and offer common follow-ups.
$1 = Issue key.
$2 = Action (default show).
Load via mcp__acendas-atlassian__jira_get_issue with expand=renderedFields,transitions.
Render the summary:
{KEY} {type} {status} {priority}
{summary}
Assignee: {assignee} Reporter: {reporter}
Sprint: {sprint} Epic: {epic-link}
Description: {first 5 lines, ...}
Recent activity: {latest 3 comments/transitions, one line each}
Branch on action:
show → done.comment → ask for body, post via jira_add_comment.transition → list available transitions (jira_get_transitions), let user pick, call jira_transition_issue.worklog → ask for time spent (30m, 2h) and optional comment, call jira_add_worklog.Confirm before any write. Read-only by default unless action is explicitly comment/transition/worklog.