← スキル一覧に戻る

azure-devops
by oimiragieo
⭐ 1🍴 0📅 2026年1月21日
SKILL.md
name: azure-devops description: Azure DevOps work items, repos, and pipelines version: 1.0.0 allowed-tools: [Bash, Read, WebFetch]
Azure DevOps Skill
Overview
Azure DevOps integration. 90%+ context savings.
Requirements
- AZURE_DEVOPS_ORG_URL
- AZURE_DEVOPS_PAT (Personal Access Token)
Tools (Progressive Disclosure)
Work Items
| Tool | Description | Confirmation |
|---|---|---|
| query-work-items | Query with WIQL | No |
| get-work-item | Get work item | No |
| create-work-item | Create work item | Yes |
| update-work-item | Update work item | Yes |
Repos
| Tool | Description |
|---|---|
| list-repos | List repositories |
| get-commits | Get recent commits |
| get-prs | Get pull requests |
Pipelines
| Tool | Description | Confirmation |
|---|---|---|
| list-pipelines | List pipelines | No |
| run-pipeline | Trigger pipeline | Yes |
| get-run | Get pipeline run status | No |
Agent Integration
- devops (primary): CI/CD pipelines, Azure Pipelines, Azure Repos
- pm (secondary): Work item tracking, WIQL queries, work item management
Environment Validation
Before using this skill, verify:
AZURE_DEVOPS_ORG_URLis set (e.g.,https://dev.azure.com/your-org)AZURE_DEVOPS_PAThas required permissions:- Work Items: Read & Write
- Code: Read (for repos)
- Build: Read & Execute (for pipelines)
- Organization URL is accessible
Usage Examples
Creating Work Items
Use azure-devops skill to create a work item:
- Type: Bug
- Title: "Login form validation error"
- Description: "User reports validation error on login form"
Querying Work Items
Use azure-devops skill to query work items:
- WIQL: "SELECT [System.Id] FROM WorkItems WHERE [System.State] = 'Active'"
Triggering Pipelines
Use azure-devops skill to trigger pipeline:
- Pipeline: "production-deploy"
- Branch: "main"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です