agentsclimarketplace

Ado get

Skill GustavoAlecio/claude-setup/skills/ado-get

Mostra um resumo de um work item do Azure DevOps a partir do ID. Usa o MCP azure-devops.From its SKILL.md

Install
npx -y skills add GustavoAlecio/claude-setup --skill ado-get

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 402 tokens by cl100k_base, as published. Nobody here has run it

Resumo rapido de um work item.

Defaults

  • Org: <your-org>
  • Project: <your-project>

Se o usuario passar --org=... ou --project=... nos args, sobrescreva. Se passar so um numero, e o ID.

Passos

  1. Validar entrada. Se nao houver ID nos args, pergunte e pare.
  2. Buscar o work item via tool do MCP azure-devops (work item get / wit_get_work_item ou equivalente disponivel na sessao). Inclua os campos: title, state, assignedTo, workItemType, tags, iterationPath, areaPath, description, acceptanceCriteria, reproSteps (quando aplicavel).
  3. Buscar comentários recentes (ate os 5 mais novos) via tool de comments do MCP.
  4. Apresentar no chat com este formato:
#<id> [<type>] <title>
Estado: <state> · Iteration: <iterationPath> · Assignee: <assignedTo or "—">
Tags: <tags or "—">

<description em texto plano, max 30 linhas; resumir se maior>

Criterios de aceite (se houver):
<acceptanceCriteria>

Comentários recentes:
- <autor, data relativa>: <primeira linha>
- ...
  1. Pare. Nao tome ação nenhuma. Espere o usuario decidir o próximo passo (/ado-refine, /ado-comment, etc).

Notas

  • HTML em descricao do ADO: converta para texto plano legivel (remova tags, preserve quebras).
  • Se o item nao existir ou o PAT nao tiver permissao, mostre o erro do MCP cru e sugira checar PAT/scope.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.