azure-dashboard-creator

Create Azure DevOps dashboards with JSON-defined widgets via REST APIs.

1|1|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/ntaksh42/agents --skill azure-dashboard-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-dashboard-creator
Source: https://github.com/ntaksh42/agents/tree/main/.claude/skills/azure-dashboard-creator
Command: npx skills add https://github.com/ntaksh42/agents --skill azure-dashboard-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of Azure DevOps dashboards, allowing for efficient visualization of project metrics and team progress.

Core Features & Use Cases

  • Widget Placement: Supports charts, graphs, and query-based widgets.
  • Metric Visualization: Displays build status, team velocity, and burndown charts.
  • Use Case: Create a new team dashboard in Azure DevOps that shows the current build status of your main pipeline and a list of active bugs based on a specific WIQL query.

Quick Start

Use the azure-dashboard-creator skill to create a new dashboard named "Team Overview" with widgets for build status and active bugs.

Frequently Asked Questions about azure-dashboard-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the creation of Azure DevOps dashboards?

You can automate Azure DevOps dashboard creation by defining widgets, positions, sizes, and configurations through a JSON-based configuration. This approach uses Azure DevOps REST APIs to programmatically manage dashboards and visualize project metrics.

What types of widgets can I configure for Azure DevOps metric visualization?

Azure DevOps metric visualization supports charts, graphs, and query-based widgets. You can display build statuses, team velocity, burndown charts, and query results by defining each widget's layout and configuration within a JSON structure.

Can I display build status and active bugs on a single Azure DevOps team dashboard?

Yes, you can create a team dashboard in Azure DevOps that shows current pipeline build status alongside a list of active bugs. This requires configuring respective widgets using a WIQL query and positioning them via JSON.

Do I need to interact with Azure DevOps REST APIs to manage dashboard widgets?

Yes, interaction with Azure DevOps REST APIs is required for dashboard and widget management. The automation process sends JSON configurations to these APIs to define widget placements, sizes, and data source settings.

What is the best way to define widget positions and sizes for Azure dashboards?

The best way to define widget positions and sizes for Azure dashboards is through a JSON-based configuration. This method programmatically specifies the exact layout, chart types, and query parameters before sending the structure to the REST API.