Triage an Azure DevOps work item with Confluence context
Gathers Azure DevOps work item context from Confluence and codebase to generate clarifying triage questions.
/plugin marketplace add lttr/claude-marketplace/plugin install lttr-triage-plugins-triage@lttr/claude-marketplace<ticket-id> [confluence-search-terms]Triage Azure DevOps work item #$ARGUMENTS by gathering context and generating clarifying questions.
Invoke the azure-devops:az-cli skill to get proper CLI reference for Azure Boards commands.
az boards work-item show --id <ticket-id> --expand all -o json
Extract per config.md field mappings:
If description or acceptance criteria are HTML, extract readable text.
Always search Confluence for related documentation—tickets often assume knowledge documented elsewhere.
Use Atlassian MCP tools with multiple searches:
Look for:
With all gathered context (ticket + Confluence + codebase), apply the triage methodology from SKILL.md:
docs/, README.md, ADRs)Use AskUserQuestion tool to ask blockers and scope questions the user might know. Only unanswered questions go to the output file.
mkdir -p ./.aitools/triage
Save to ./.aitools/triage/<ticket-id>-<slugified-title>.md
Slugify: lowercase, spaces→hyphens, remove special chars, max 50 chars.
Output: