excel-outlier-detection-and-highlighting

Detect Excel cells exceeding thresholds and highlight errors red.

110|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill excel-outlier-detection-and-highlighting-michaelyang-lyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-outlier-detection-and-highlighting
Source: https://github.com/MichaelYang-lyx/AIDABench/tree/main/skills/sn-da-excel-workflow/capability/excel-cell-coloring/outlier-coloring
Command: npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill excel-outlier-detection-and-highlighting-michaelyang-lyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

识别并高亮标注 Excel 中的超限数值与错误单元格,提升审计与数据清洗效率。

Core Features & Use Cases

  • 超限值识别与错误单元格高亮:检测单元格中的限值文本并对超出阈值的行进行高亮,帮助快速发现异常数据。
  • 自动化工作簿标注与汇总:对发现的超限行进行红色高亮并输出高亮后的工作簿,同时生成简要的汇总报告以便审阅。
  • 数据质量控制场景:适用于大规模 Excel 数据清洗、财务审计、质量控制等数据治理任务。

Quick Start

Load your Excel workbook, configure the detection rules, and run the workflow to highlight out-of-range values and erroneous cells.

Frequently Asked Questions about excel-outlier-detection-and-highlighting

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

FAQPage Schema
How do I automatically highlight outliers and errors in a large Excel spreadsheet?

To automatically highlight outliers in Excel, this Skill scans cells to extract limit patterns from textual content, flags numeric values exceeding predefined thresholds, and applies red highlighting to out-of-range rows while generating a summary report for review.

Can I use this for data validation and auditing across mixed data types in Excel?

Yes, this Skill handles data validation and auditing across large spreadsheets containing mixed numeric and textual data, identifying erroneous cells and highlighting threshold violations to streamline large-scale data cleanup and quality control workflows.

How do I configure detection rules to flag out-of-range values in my workbook?

You load your Excel workbook and configure the detection rules to define acceptable thresholds; the Skill then processes the workbook to highlight out-of-range values and erroneous cells, outputting an annotated file and a brief summary report for auditing.

Does this Skill require any specific Excel libraries or dependencies to read and write workbooks?

The Skill requires reading and writing Excel files using libraries like openpyxl to process cell content, extract limit patterns, apply red highlighting to flagged rows, and output the modified workbook along with a generated summary report.

What is the best way to clean up anomalous data points in a financial audit spreadsheet?

The best way to clean up anomalous data in financial audit spreadsheets is to automate outlier detection by extracting limit patterns from cell text, flagging values that exceed thresholds, and applying red highlighting to generate a clean, auditable summary report.