azure-devops-work-item-update
OfficialAutomate Azure DevOps work item updates.
Authoronshoreoutsourcing
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill automates the process of updating Azure DevOps work items to reflect implemented changes by linking Git commits, adding comprehensive implementation summaries, and updating statuses to drive QA readiness and traceability.
Core Features & Use Cases
- Link Git commits to work items as external hyperlinks to establish a traceable connection between code and work items.
- Add HTML-formatted implementation summaries and optional files changed to the work item's history for context.
- Update work item state (e.g., Ready for Testing, Resolved) and support batch updates across multiple work items from a feature branch.
- Handle common scenarios such as single-task updates, parent story updates, and bug fixes with consolidated documentation.
Quick Start
After making a commit that references a work item (for example feat(#1234): Implement feature X), run:
- Generate a payload: python scripts/generate_update_payload.py --work-item-id 1234 --commit-sha abc123 --commit-url "https://github.com/org/repo/commit/abc123" --summary "Implemented feature X" --target-state "Ready for Testing"
- Apply the payload to Azure DevOps using MCP (the exact MCP call will be produced by the generator).
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: azure-devops-work-item-update Download link: https://github.com/onshoreoutsourcing/lighthouse-beacon/archive/main.zip#azure-devops-work-item-update Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.