azure-devops-search

Search Azure DevOps work items by keyword and filters.

3|Updated Feb 11, 2022
One-click install
npx skills add https://github.com/marcusshepp/useful --skill azure-devops-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-search
Source: https://github.com/marcusshepp/useful/tree/main/network/.github/skills/azure-devops-search
Command: npx skills add https://github.com/marcusshepp/useful --skill azure-devops-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure DevOps houses many work items spread across teams and states; teams need a fast, text-driven way to locate items like bugs, user stories, tasks, and features by keywords, state, assignee, area, or tags.

Core Features & Use Cases

  • Text-based search for work items across the Legislative project with optional filters (WorkItemType, State, AssignedTo, AreaPath, Tags).
  • Returns structured results including Id, Type, Title, State, AssignedTo, CreatedDate, ChangedDate, and Url for quick navigation.
  • Use cases include triaging new issues, tracking progress, and preparing status reports by pulling relevant items by keyword and metadata.

Quick Start

Run a text search against the Azure DevOps project to locate relevant work items.

Frequently Asked Questions about azure-devops-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Azure DevOps work items by keyword and filters?

Search Azure DevOps work items by applying text search and optional filters like WorkItemType, State, AssignedTo, AreaPath, and Tags to locate bugs, user stories, tasks, and features. It returns structured results with Id, Title, State, and Url for quick navigation.

Can I find bugs and user stories in Azure DevOps using text search only?

Yes, you can locate bugs, user stories, tasks, and features using text search alone, or refine results by applying optional filters such as State, AssignedTo, AreaPath, and Tags to narrow down the returned work items.

What fields are returned when searching Azure DevOps work items?

Searching Azure DevOps work items returns structured fields including Id, Type, Title, State, AssignedTo, CreatedDate, ChangedDate, and Url, enabling quick navigation and triaging across the project.

Do I need a PAT to search Azure DevOps work items with filters?

Yes, searching Azure DevOps work items requires loading a Personal Access Token (PAT) and environment variables from a network/.env file, then importing the AzureDevOpsTools module and initializing the project context before executing the search.

What's the best way to triage Azure DevOps work items by state and assignee?

The best way to triage Azure DevOps work items is to use text search combined with State and AssignedTo filters, which pulls relevant bugs, user stories, and tasks with their current status and assignee for quick issue triaging and progress tracking.