From atlassian-suite
This skill should be used when the user asks to "log work on issue", "add worklog", "track time", "I spent 2h on PROJ-123", or runs `/atlassian-suite:jira-worklog`. Adds time entries to Jira issues and shows existing worklogs.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
`$1` = Issue key.
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 = Issue key.
$2 = Time spent — Jira format: 30m, 2h, 1d 4h. If omitted, list existing worklogs.
$3 = Optional comment (Markdown — converted to ADF).
$1 provided → jira_get_worklog. Render compact table: {author} {timeSpent} {started} {comment}.$2 provided → confirm with the user (worklogs aren't trivially deletable), then jira_add_worklog.started defaults to now. Pass an ISO 8601 timestamp to backdate.