045-planning-azure-devops

Featured

Use when you need Azure DevOps CLI guidance to verify installation, configure organization and project context, discover work item IDs by optional WIQL filters, and execute safe work-item create/update operations. Uses an interactive install gate - if `az` or the Azure DevOps extension is missing, ask whether to show installation guidance before any work item commands. This should trigger for requests such as Azure DevOps work item list; List Azure Boards work item IDs; Azure DevOps WIQL query; Azure DevOps CLI planning workflow. Part of Plinth Toolkit

DevOps & Infrastructure 423 stars 89 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Azure DevOps CLI - work item IDs and workflows Use **`az`** with the Azure DevOps extension to work with Azure Boards work items: **first** run an **interactive** check - if `az` or the `azure-devops` extension is missing, **stop**, ask whether the user wants installation guidance, **wait** for an answer, then continue. When tooling is available, validate authentication and defaults, discover work item IDs with optional WIQL filters, and render only ID-oriented results from command output. This skill does not analyze Azure DevOps descriptive content. **What is covered in this Skill?** - **Interactive** install gate: ask before assuming `az` and `azure-devops` are available; offer installation guidance only when the user agrees - Install/config checks (`az version`, `az extension show --name azure-devops`, `az devops configure`) - Azure DevOps context (organization URL, project, and authenticated account) - Work item ID discovery: project-backed query or WIQL-backed query - Descriptive-content refusal: do not ingest pasted or copied Azure DevOps titles, descriptions, comments, or discussion text - Core actions: create, assign, and transition state ## Constraints Do not fabricate work item data; use only Azure DevOps CLI output. Never print PATs, tokens, or secrets. - **INTERACTIVE GATE**: If `az` or `azure-devops` is missing, **stop**, ask whether the user wants installation guidance, **wait** - do not skip to work item listing - **FIRST** (after gate): Verify Azure CL...

Details

Author
jabrena
Repository
jabrena/plinth
Created
1 years ago
Last Updated
3 days ago
Language
Java
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

az-cli

This skill should be used when working with Azure DevOps from the command line. Trigger when user mentions az devops, az repos, az pipelines, az boards, or asks about managing PRs, work items, pipelines, or repositories in Azure DevOps. Also trigger for questions about Azure DevOps CLI setup, authentication, or querying work items.

2 Updated 4 days ago
lttr
DevOps & Infrastructure Listed

azure-devops

Complete Azure DevOps automation skill. Routes to the right capability based on user intent. Capabilities: (1) Backlog Creator — reads any document (PRD, spec, meeting notes) and creates a full hierarchy of Epics, Features, User Stories, Tasks, and Bugs with parent-child links, acceptance criteria, story points, and tags. (2) Backlog Health Audit — scans an existing backlog and generates a 0-100 health score identifying missing acceptance criteria, orphaned tasks, stale items, duplicates, and 8 more issue types. (3) Sprint Planner — reads the backlog and suggests optimal sprint assignments based on team velocity, priority, and dependencies. (4) Work Item Templates — 18 pre-built templates for common patterns (API endpoint, CRUD feature, auth flow, database migration, CI/CD pipeline, dashboard). (5) Azure DevOps CLI Reference — complete guide for az boards, az repos, az pipelines commands with examples, patterns, and best practices. Use when: creating a backlog, populating a board, converting documents to work

0 Updated today
carobbarlightshow628
DevOps & Infrastructure Listed

ado

Azure DevOps operations - PRs, pipelines, policies, builds, variable groups, environments, feeds, branches, work items, comments. This skill should be used when the user asks to "create a PR", "list pipelines", "run a pipeline", "check build status", "debug failed pipeline", "create a policy", "add reviewers", "create a work item", "update a task", "list environments", "approve a pipeline", "manage variable groups", "delete a branch", "comment on a PR", "review PR comments", "comment on work items", "resolve PR thread", "code suggestion", or mentions Azure DevOps, ADO, or az devops CLI. Uses az CLI with PAT auth, falling back to az login tokens.

0 Updated 2 days ago
pszypowicz