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.
npx claudepluginhub akarelin/a --plugin workThis skill uses the workspace's default tool permissions.
Jira and Confluence operations via the official Atlassian MCP server.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.