From work
This skill should be used when the user mentions Jira, Confluence, Atlassian, asks to "create a ticket", "check my Jira issues", "triage a bug", "search Jira", "create a status report", "convert spec to backlog", "search company docs", "capture tasks from meeting notes", or any Jira/Confluence project management task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work:work-atlassianThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Jira and Confluence operations via the official Atlassian MCP server.
Jira and Confluence operations via the official Atlassian MCP server.
Uses the Atlassian MCP remote server:
{
"atlassian": {
"type": "http",
"url": "https://mcp.atlassian.com/v1/mcp"
}
}
Read the sub-skill SKILL.md files for detailed instructions:
| Sub-skill | Use case |
|---|---|
triage-issue | Triage bugs, check duplicates, create/update tickets |
capture-tasks-from-meeting-notes | Extract action items from notes → Jira tasks |
generate-status-report | Jira issues → formatted status report in Confluence |
spec-to-backlog | Confluence spec → Epics + implementation tickets |
search-company-knowledge | Search across Confluence, Jira, internal docs |
Each sub-skill has its own directory with a SKILL.md containing detailed workflow instructions.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub akarelin/a --plugin work