← Back to list

azure-dashboard-creator
by ntaksh42
⭐ 0🍴 1📅 Jan 17, 2026
SKILL.md
name: azure-dashboard-creator description: Create Azure DevOps dashboards with widgets and metrics. Use when visualizing project metrics or creating team dashboards.
Azure Dashboard Creator Skill
Azure DevOpsダッシュボードを作成するスキルです。
主な機能
- ウィジェット配置: チャート、グラフ
- クエリベース: WIQLクエリ結果表示
- ビルド状況: パイプライン状態
- チームメトリクス: ベロシティ、バーンダウン
ダッシュボード作成(REST API)
{
"name": "Team Dashboard",
"widgets": [
{
"name": "Build Status",
"position": {
"row": 1,
"column": 1
},
"size": {
"rowSpan": 1,
"columnSpan": 2
},
"settings": {
"buildDefinitionId": "123"
},
"contributionId": "ms.vss-build-web.build-definition-widget"
},
{
"name": "Active Bugs",
"position": {
"row": 2,
"column": 1
},
"size": {
"rowSpan": 2,
"columnSpan": 2
},
"settings": {
"queryId": "456"
},
"contributionId": "ms.vss-dashboards-web.Microsoft.VisualStudioOnline.Dashboards.QueryResultsWidget"
}
]
}
バージョン情報
- Version: 1.0.0
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon