What problem does it solve? Teams working across GitHub and Azure DevOps struggle to apply consistent work item taxonomy — types, labels, fields, hierarchy, and state models differ sharply between platforms, and CLI/REST syntax is error-prone. This Skill provides a read-only reference that discovers live taxonomy and outputs correct, runnable commands without executing mutations itself. ## Core Features & Use Cases - Cross-platform taxonomy reference: Covers GitHub Issues, Projects v2 fields, and Azure DevOps Boards process models (Basic, Agile, Scrum, CMMI) with field reference names, link types, and WIQL. - Read-only command generation: Discovers live state with read commands and emits gh, az boards, or REST JSON Patch commands for the user to run, never mutating directly. - Frozen-script routing: When a project contains scripts/wim/, routes all work item creation through its manifest-driven scripts instead of raw CLI commands. - Use Case: A user asks to file a bug in Azure DevOps with severity and repro steps; the Skill outputs the exact az boards work-item create command with correct Microsoft.VSTS.* field reference names and cites first-party documentation. ## Quick Start Ask the assistant to draft the commands for creating a user story in Azure DevOps or a labeled GitHub issue, and it will return runnable commands with the correct fields and labels.