azure-devops-skills: Skill for Claude Code

.github/skills/boards-my-work/SKILL.md

boards-my-work is a skill for Claude Code, Codex from microsoft/azure-devops-skills. It costs 60 tokens per session (770 once invoked), scanned A, original, MIT.

A work-list helper for Azure DevOps, a service teams use to track software tasks, bugs, and projects. It retrieves items assigned to you and sorts them by recent changes.

In plain words
What is it for?
Use it to choose a project, fetch your work items and their details, and view them with links in a structured table.
Why use it?
It gathers your assigned work in one formatted table, but it needs an Azure DevOps project before it can continue.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

This is microsoft/azure-devops-skills's own configuration. It tells Claude Code and Codex how to work on azure-devops-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything azure-devops-skills configures →

About the project

Azure DevOps Skills is a collection of reusable instruction bundles that teach AI coding assistants how to perform recurring Azure DevOps tasks. The examples support workflows such as reviewing backlogs, listing active work, and managing iterations through the Azure DevOps MCP server.

microsoft/azure-devops-skills · 44 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to microsoft/azure-devops-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/microsoft/azure-devops-skills/main/.github/skills/boards-my-work/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/microsoft/azure-devops-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for boards-my-work

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/azure-devops-skills/boards-my-work.svg)](https://agentmods.dev/skills/microsoft/azure-devops-skills/boards-my-work)
Your own site
<a href="https://agentmods.dev/skills/microsoft/azure-devops-skills/boards-my-work"><img src="https://agentmods.dev/badge/skills/microsoft/azure-devops-skills/boards-my-work.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 770 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.00770
Opus 5 $0.00030 $0.00385
Sonnet 5 $0.00012 $0.00154
Haiku 4.5 $0.00006 $0.00077

Measured 8d ago against content hash 5e9e526dc952, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

boards-my-work scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/boards-my-work/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Get my work items

Before getting work items, you need to know which project to use.

  • If the user provides a project name in their request (for example, "for Contoso"), use that project directly and do not call the core_list_projects tool.
  • If a project name is not provided, first return a prompt asking the user for the project name.
  • If the project name is still not provided after prompting the user, then call the MCP Server tool core_list_projects to get the list of projects the user can choose from.
  • Do not continue if the user has not provided a project name or selected one from the list.

Tools

Use Azure DevOps MCP Server tools for all interactions with Azure DevOps.

  • core_list_projects: Get the list of projects the user can choose from.
  • wit_work_item (action: my): Get work items from Azure DevOps that are assigned to the user
  • wit_work_item (action: get_batch): Get work item details in batch by their IDs. Use this tool to get detailed information about the work items retrieved by wit_work_item with action my.

Fields

When using the tool wit_work_item with action get_batch, if the user does not provide a list of fields to retrieve, use the following default fields:

  • System.Id
  • System.Title
  • System.State
  • System.AssignedTo
  • System.WorkItemType
  • System.CreatedDate
  • System.ChangedDate
  • System.Tags
  • Microsoft.VSTS.Common.Priority

Display results

When displaying the results...

  • show the work item ID (make this clickable hyperlink to open the work item in a web browser. Format should be like this: {ID}),
  • title
  • state,
  • priority

in a table format. Show the most recently changed work items first and group the work items by thier work item type (System.WorkItemType). For example, group the work items into the following categories based on their work item type:

Epics Features Stories Bugs Tasks Test Cases other work item types

Read the full file on GitHub · 65 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 65 lines · 60 tokens per session scan A 5e9e526dc952

Subscribe to this mod's changes

boards-my-work is a skill published in the GitHub repository microsoft/azure-devops-skills (44 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 770 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens