Agent skill
azure-dashboard-creator
Create Azure DevOps dashboards with widgets and metrics. Use when visualizing project metrics or creating team dashboards.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/azure-dashboard-creator
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?