azure-devops-safe-operations

Automate Azure DevOps work item operations with MCP-backed validation and rollback.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/onshoreoutsourcing/lighthouse-beacon --skill azure-devops-safe-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-safe-operations
Source: https://github.com/onshoreoutsourcing/lighthouse-beacon/tree/main/.claude/skills/azure-devops-safe-operations
Command: npx skills add https://github.com/onshoreoutsourcing/lighthouse-beacon --skill azure-devops-safe-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a safe, MCP-backed wrapper for common Azure DevOps operations, ensuring validation, rollback, and adherence to work item management best practices.

Core Features & Use Cases

  • Safe Get Work Item: Retrieve work item details with pre-checks for existence and permissions.
  • Query & Create with Validation: Run WIQL queries and create work items with field validation and safety checks; supports batch updates and state transitions.
  • Update & Batch Update with Safety: Update single or multiple work items with controlled state transitions and logging; maintain traceability via MCP.

Quick Start

Use the azure-devops-safe-operations skill to validate and safely perform a Task update in MyProject, including a state transition and a history note.

Frequently Asked Questions about azure-devops-safe-operations

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

FAQPage Schema
How do I automate safe Azure DevOps work item updates with validation?

Safe Azure DevOps work item updates require MCP-backed validation that enforces pre-checks for existence, field validation, and allowed state transitions before applying changes. This ensures transactional safety and post-operation verification across projects.

What is the best way to handle batch work item state transitions in Azure DevOps?

Batch work item state transitions in Azure DevOps are best handled through MCP API calls that validate allowed transitions and apply controlled updates. This maintains traceability and logging while ensuring transactional safety across multiple items.

Can I run WIQL queries and create work items with field validation via MCP?

Yes, you can run WIQL queries and create work items using MCP API calls that enforce field validation and safety checks. The process verifies project existence, validates input fields, and ensures pre-checks pass before creation.

Does the safe Azure DevOps operations approach support rollback for work item changes?

The safe Azure DevOps operations approach supports rollback for work item changes through MCP-backed transactional safety. It applies pre-checks for permissions and field validation, then verifies post-operation results to ensure safe execution.

How do work item relation management and pre-checks work in Azure DevOps automation?

Work item relation management in Azure DevOps automation uses MCP API calls to satisfy pre-checks for project and work item existence. It validates relations, enforces field rules, and maintains traceability through controlled updates and logging.

Why do my Azure DevOps work item updates fail state transition validation?

Azure DevOps work item updates fail state transition validation when the requested transition is not in the allowed state transitions. MCP-backed validation enforces these rules as a pre-check, preventing invalid updates before they are applied.