my-work
Installation
SKILL.md
my-work
List everything assigned to you across the organization as a per-project table: open items
first (Active → New/To Do → Design), sorted by Priority, with the ticket # rendered as
a clickable terminal hyperlink that opens the work item. Completed items collapse to a
count. Entirely read-only.
Run it
Prereqs: az login (or $env:AZDO_PAT), $env:AZDO_ORG set, .NET 10 SDK. (Run
/ado-backlog:setup-check if unsure.)
$env:AZDO_ORG = "Cartagena365" # your organization NAME (not a URL)
dotnet run "${CLAUDE_SKILL_DIR}/scripts/my-work.cs"