十分位分析

SkillAI & models

Lets your agent run decile analysis on customer data to spot high- and low-value groups.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 十分位分析 skill

About this capability

Performs decile stratification analysis and identifies high/low-value groups (segmentation analysis)

What this skill tells your AI

The instructions your AI receives, as published by zafer-liu/data-analysis-agent in skills/decile/SKILL.md and read by ahel’s review.

确认排序指标、分析实体和方向,将有效样本等频划分为十组,报告每组样本量、指标范围、核心结果及累计贡献。标记空值和并列值处理方式,并给出可执行的分层策略。

Tool routing

  1. Use get_schema to identify the entity key, ranking metric, target metric, and source table.
  2. Use query_data to verify field names, null handling needs, and sample distribution.
  3. Use run_analysis with analysis_name="Data_Decile_Analysis" for the decile computation.
  4. Use generate_chart on returned decile result tables after run_analysis succeeds.

Implementation reference

  • Tool entry: agent/tools/business/data.py::_tool_run_analysis
  • Analysis registry: Function/Analyze/registry.py
  • Analysis implementation: Function/Analyze/Data_Decile_Analysis/analyze.py
  • Chart implementation: Function/Charts_generation/chart_generate.py

Signals

GitHub stars
3k
Forks
221
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
decile
Source
github.com/zafer-liu/data-analysis-agent