azure-devops
Installation
SKILL.md
Azure DevOps Skill
Instructions
When working with Azure DevOps, follow these workflows based on task type:
Work Items & Tracking
- Identify the work item type (Epic, Feature, User Story, Task, Bug)
- Set appropriate fields: Title, Description, Acceptance Criteria, State
- Link related items (depends on, related to, blocked by)
- Assign to team member and set sprint/iteration
- Apply area path and tags for organization
Repositories & Branches
- Identify repository type (Git or TFVC)
- For Git: Create feature branches following naming convention
- Configure branch policies (require reviewers, build validation)
- Set branch protection rules for main/develop branches
- Configure merge strategies (squash, rebase, or three-way)