common-workflows

Identify and filter Azure DevOps work items using predefined workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual discovery of Azure DevOps work items and related database queries is time-consuming and error-prone.

Core Features & Use Cases

  • Pattern-based search and retrieval of work items
  • Get-WorkItem style details extraction and validation
  • Date-based sorting after retrieval across Azure DevOps and databases (M2-QA, Eva QA)

Quick Start

Run the predefined workflow to locate relevant Azure DevOps work items and fetch their details

Frequently Asked Questions about common-workflows

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

FAQPage Schema
How do I filter Azure DevOps work items using predefined workflows?

You can filter Azure DevOps work items by applying predefined pattern-based search workflows that locate and retrieve relevant items. This approach replaces manual discovery by matching specific patterns to extract matching work items efficiently.

Can I extract Azure DevOps work item details using PowerShell?

Yes, you can extract Azure DevOps work item details using PowerShell tooling. The process uses Get-WorkItem style details extraction to fetch and validate specific work item information directly from your Azure DevOps environment through PowerShell commands.

What database query patterns are available for M2-QA and Eva QA environments?

Available database query patterns for M2-QA and Eva QA environments include pattern-based search, retrieval, and date-based sorting workflows. These workflows allow you to query these specific databases and sort retrieved records by date alongside Azure DevOps work items.

Do I need specific environment access to run Azure DevOps database workflows?

Yes, you need access to the Azure DevOps and database environments described in the related READMEs. Running these workflows also requires PowerShell tooling to execute the predefined queries and extract the necessary work item details successfully.

How do I sort retrieved Azure DevOps work items and database records by date?

You sort retrieved Azure DevOps work items and database records by applying date-based sorting workflows after retrieval. This mechanism organizes extracted records chronologically once the pattern-based search and extraction processes across Azure DevOps and databases are complete.