Token导航 LogoToken导航TokenDH.com
运维和基础设施只读github未标认证来源可访问clear审计通过

visualization-choice-reporting可视化选择报告

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

2,052

周安装

83

GitHub Stars

85

下载量

644
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:visualization-choice-reporting(可视化选择报告)
来源仓库:https://github.com/lyndonkl/claude
仓库路径:skills/visualization-choice-reporting
安装命令:
npx skills add https://github.com/lyndonkl/claude --skill visualization-choice-reporting
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/lyndonkl/claude --skill visualization-choice-reporting

简介

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。

  • 适合清洗字段、汇总数据、发现异常、生成统计口径或将分析结果转为可读说明。
  • 使用时需确认数据来源、字段含义和时间范围,避免将样本数据当作全量事实;涉及敏感数据或导出文件时应先确认权限和脱敏边界。
  • 安装命令:npx skills add https://github.com/lyndonkl/claude --skill visualization-choice-reporting
  • 注意:涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

SKILL.md

Visualization Choice & Reporting

Workflow

Copy this checklist and track your progress:

Visualization Choice & Reporting Progress:
- [ ] Step 1: Clarify question and profile data
- [ ] Step 2: Select visualization type
- [ ] Step 3: Design effective chart
- [ ] Step 4: Narrate insights and actions
- [ ] Step 5: Validate and deliver

Step 1: Clarify question and profile data

Define the question you're answering (What's the trend? How do X and Y compare? What's the distribution? What drives Z? What's the composition?). Profile your data: type (categorical, numerical, temporal, geospatial), granularity (daily, user-level, aggregated), size (10 rows, 10K, 10M), dimensions (1D, 2D, multivariate). See Question-Data Profiling.

Step 2: Select visualization type

Match question type to chart family using Chart Selection Guide. Consider data size (small → tables, medium → standard charts, large → heatmaps/binned), number of series (1-3 → standard, 4-10 → small multiples, 10+ → interactive/aggregated), and audience expertise (executives → simple with insights, analysts → detailed exploration).

Step 3: Design effective chart

For simple cases → Apply Design Checklist (clear title, labeled axes, legend if needed, annotations, accessible colors). For complex cases (multivariate, dashboards, interactive) → Study resources/methodology.md for advanced techniques (small multiples, layered charts, dashboard layout, interaction patterns).

Step 4: Narrate insights and actions

Lead with insight headline ("Revenue up 30% YoY driven by Enterprise segment"), annotate key patterns (arrows, labels, shading), provide context (vs benchmark, target, previous), interpret meaning ("Suggests product-market fit in Enterprise"), recommend actions ("Double down on Enterprise sales hiring"). See Narrative Framework.

Step 5: Validate and deliver

Self-assess using resources/evaluators/rubric_visualization_choice_reporting.json. Check: Does chart answer the question clearly? Are insights obvious at a glance? Are next actions clear? Create visualization-choice-reporting.md with question, data summary, visualization spec, narrative, and actions. See Delivery Format.


Question-Data Profiling

Question Types → Chart Families

Question TypeExamplePrimary Chart Families
TrendHow has X changed over time?Line, area, sparkline, horizon
ComparisonHow do categories compare?Bar (horizontal for names), column, dot plot, slope chart
DistributionWhat's the spread/frequency?Histogram, box plot, violin, density plot
RelationshipHow do X and Y relate?Scatter, bubble, connected scatter, hexbin
CompositionWhat are the parts?Treemap, pie/donut, stacked bar, waterfall, sankey
GeographicWhere is it happening?Choropleth, bubble map, flow map, dot map
HierarchicalWhat's the structure?Tree, dendrogram, sunburst, circle packing
MultivariateHow do many variables interact?Small multiples, parallel coordinates, heatmap, SPLOM

Data Type → Encoding Considerations

  • Categorical (product, region, status): Use position, color hue, shape. Bar length better than pie angle for accuracy.
  • Numerical (revenue, count, score): Use position, length, size. Prefer linear scales; use log only when spanning orders of magnitude.
  • Temporal (date, timestamp): Always use consistent intervals. Annotate events. Show seasonality if relevant.
  • Geospatial (lat/lon, region): Use maps for absolute location; use tables/charts if geography not central to insight.

Chart Selection Guide

Question TypeChart TypesWhen to Use
ComparisonBar (horizontal), Column, Grouped bar, Dot plot, Slope chartCategorical → Numerical. Horizontal bar for long names/ranking. Grouped for 2-3 metrics. Slope for before/after.
TrendLine, Area, Sparkline, Step, CandlestickTime → Numerical. Line for continuous trends. Area for cumulative/part-to-whole. Sparkline for inline. Step for discrete changes.
DistributionHistogram, Box plot, Violin, Density plotNumerical → Frequency. Histogram for shape/outliers. Box for quartiles across groups. Violin for full density.
RelationshipScatter, Bubble, Hexbin, Connected scatterNumerical X → Numerical Y. Scatter for correlation. Bubble for 3rd/4th variable (size/color). Hexbin for dense data.
CompositionTreemap, Pie/Donut, Stacked bar (100%), Waterfall, SankeyParts of whole. Treemap for hierarchy. Pie for 2-5 categories (part-to-whole key). Waterfall for cumulative. Sankey for flow.
GeographicChoropleth, Bubble map, Flow mapSpatial patterns. Choropleth for regions. Bubble for precise locations. Flow for origin-destination.
MultivariateSmall multiples, Heatmap, Parallel coordinatesMany variables. Small multiples for consistent comparison. Heatmap for matrix (time×day). Parallel for dimensions.

Design Checklist

Essential Elements

  • Insight headline title: Not "Revenue by Month" but "Revenue Up 30% YoY, Driven by Enterprise"
  • Clear axis labels with units: "Revenue ($M)", "Month (2024)", not just "Revenue", "Date"
  • Legend if multiple series: Position near chart, use direct labels on lines when possible
  • Annotations for key points: Arrows, labels, shading for important events/patterns
  • Source and timestamp: "Source: Analytics DB, as of 2024-11-14" builds trust

Perceptual Best Practices

  • Start Y-axis at zero for bar/column charts (to avoid exaggerating differences)
  • Use position over angle/area (bar > pie for accuracy, scatter > bubble when size isn't critical)
  • Colorblind-safe palette: Avoid red-green only; use blue-orange or add patterns
  • Limit colors to 5-7 distinct hues (more requires legend lookup, slows comprehension)
  • Use pre-attentive attributes (color, size, position) to highlight signal, not decoration

Declutter

  • Remove chart junk: No 3D, no gradients, no heavy gridlines, no background images
  • Mute non-data ink: Light gray gridlines, thin axes, subtle colors for reference lines
  • Use white space: Don't cram; let data breathe

Accessibility

  • Alt text describing insight: "Line chart showing revenue grew from $2M to $2.6M (30% increase) from Q1 to Q4 2024, with Enterprise segment contributing 80% of growth."
  • Sufficient contrast: Text readable, lines distinguishable
  • Patterns in addition to color for critical distinctions (dashed/solid lines, hatched fills)

Narrative Framework

Structure: Headline → Pattern → Context → Meaning → Action

1. Headline (one sentence, insight-first):

  • Not: "This chart shows monthly revenue."
  • But: "Revenue grew 30% YoY, driven by Enterprise segment."

2. Pattern (what do you see?):

  • "Q1-Q2 flat at $2M/month, then steady climb to $2.6M in Q4."
  • "Enterprise segment grew 120% while SMB declined 10%."

3. Context (compared to what?):

  • "vs target: 15% above plan"
  • "vs last year: Q4 2023 was $2.0M, now $2.6M"
  • "vs industry: Our 30% growth vs 10% industry average"

4. Meaning (why does it matter?):

  • "Suggests product-market fit in Enterprise; SMB churn indicates pricing mismatch."
  • "If sustained, Q1 2025 could hit $3M/month."

5. Action (what should we do?):

  • "Prioritize: Hire 2 Enterprise AEs, launch SMB annual plans to reduce churn."
  • "Monitor: Enterprise win rate, SMB churn by plan type."

Example Full Narrative:

Headline: Enterprise revenue up 120% YoY while SMB declined 10%, resulting in overall 30% growth. Pattern: Revenue grew from $2M/month (Q1) to $2.6M (Q4). Enterprise segment contributed $1.5M in Q4 (up from $680K in Q1), while SMB dropped from $1.3M to $1.1M. Context: Total revenue 15% above plan. Enterprise growth (120%) far exceeds industry average (25%). SMB churn rate doubled from 5% to 10% in Q3-Q4. Meaning: Strong product-market fit in Enterprise; SMB pricing or feature set may be misaligned. Enterprise is now 58% of revenue vs 34% in Q1, reducing diversification. Actions: 1. Prioritize: Hire 2 Enterprise AEs for Q1, double down on Enterprise playbook 2. Fix: Launch SMB annual plans (Q1) to reduce churn; interview churned SMB customers to identify gaps 3. Monitor: Enterprise win rate, SMB churn by plan type, revenue concentration risk

Delivery Format

Create visualization-choice-reporting.md with these sections:

1. Question: The question you're answering with data (e.g., "How has revenue trended over the past year?")

2. Data Summary: Source, time period, granularity, dimensions, size (e.g., "Analytics DB, Jan-Dec 2024, monthly, revenue by segment, 24 rows")

3. Visualization:

  • Chart type selected (e.g., "Multi-line chart with annotations")
  • Rationale (why this chart? question type, data structure, chart advantages)
  • Design decisions (Y-axis scale, labels, annotations, colors)
  • Chart specification (embed image, code, or detailed spec with axes, series, annotations)

4. Narrative: (Headline → Pattern → Context → Meaning → Action structure from above)

  • Headline: Insight-first one-liner
  • Pattern: What you see
  • Context: vs benchmark/target/history
  • Meaning: Why it matters
  • Actions: What to do next

5. Validation: Self-check with rubric (Clarity ✓, Accuracy ✓, Insight ✓, Actionability ✓, Accessibility ✓)

6. Appendix (optional): Raw data, alternatives considered, statistical tests, assumptions

See resources/template.md for full template with examples.


Common Mistakes

Chart Selection Errors

Pie chart for >5 categories: Hard to compare angles accurately ✓ Use horizontal bar chart: Position on common scale is more accurate

Line chart for categorical data: Implies continuity that doesn't exist (e.g., revenue by product) ✓ Use bar chart: Discrete categories

3D charts: Perspective distorts values, adds no information ✓ Use 2D with color/size: Clearer, more accurate

Design Mistakes

Y-axis doesn't start at zero (bar chart): Exaggerates differences ✓ Start at zero for bar/column: Accurate visual proportion

Dual Y-axes with different scales: Misleading correlations ✓ Use small multiples or index to 100: Compare shapes, not scales

Rainbow color scheme: Not colorblind-safe, no perceptual ordering ✓ Sequential (light→dark) or diverging (blue→white→red) palette

Narrative Failures

Title: "Revenue by Month": Descriptive, not insightful ✓ "Revenue up 30% YoY, driven by Enterprise": Insight-first

No context: "Revenue is $2.6M" (vs what?) ✓ Add benchmark: "Revenue $2.6M, 15% above $2.25M target"

Pattern without meaning: "Revenue increased" (so what?) ✓ Interpret: "Revenue up 30%, suggests Enterprise product-market fit, informs 2025 hiring plan"

No actions: Ends with "interesting pattern" ✓ Recommend: "Hire 2 Enterprise AEs, investigate SMB churn"


Resources

Further reading:

  • "Storytelling with Data" by Cole Nussbaumer Knaflic (chart choice, decluttering, narrative)
  • "The Visual Display of Quantitative Information" by Edward Tufte (principles, chart junk, data-ink ratio)
  • "Show Me the Numbers" by Stephen Few (dashboard design, perceptual principles)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.57%
按下载量换算190

Gemini CLI

23.77%
按下载量换算153

Antigravity

16.66%
按下载量换算107

OpenCode

11.84%
按下载量换算76

windsurf

8.07%
按下载量换算52

Cursor

3.84%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills