view-metrics

List and search metric definitions from a dataset's metric dictionary.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/Amar1404/AI_ANALYST --skill view-metrics-amar1404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view-metrics
Source: https://github.com/Amar1404/AI_ANALYST/tree/main/skills/view-metrics
Command: npx skills add https://github.com/Amar1404/AI_ANALYST --skill view-metrics-amar1404

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of browsing, searching, and displaying metric definitions from your active dataset's metric dictionary, allowing for quick access to how metrics are defined, computed, and validated.

Core Features & Use Cases

  • Metric Dictionary Access: Browse and search metric definitions from the active dataset's metric dictionary.
  • Quick Access to Definitions: Provides immediate access to metric definitions before computing them.
  • Use Case: When you need to verify a metric's definition before using it in an analysis.

Quick Start

Type /metrics to list all metrics for the active dataset.

Frequently Asked Questions about view-metrics

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

FAQPage Schema
How do I view metric definitions in my dataset before running an analysis?

You can view metric definitions by accessing the dataset's metric dictionary to see how metrics are computed and validated before using them in analysis.

What is a metric dictionary and how does it help with data exploration?

A metric dictionary stores definitions for metrics in a dataset, allowing you to browse, search, and verify computation logic before applying metrics to data exploration.

How do I search for specific metrics by name or category in my dataset?

You can search for specific metrics by filtering the metric dictionary based on metric name, description, or category to quickly locate relevant definitions.

Do I need to understand my dataset's schema to use metric definitions effectively?

Yes, you need knowledge of the dataset's structure and metric schema to effectively browse and interpret how metrics are defined and validated.

What's the best way to list all available metrics in an active dataset?

The best way to list all available metrics is to query the active dataset's metric dictionary, which displays every metric and its corresponding definition.

Why should I verify a metric's definition before computing it?

Verifying a metric's definition before computing it ensures you understand the computation and validation rules, preventing errors during data analysis.