一键导入
dr-anomalies-report
Generate comprehensive anomaly detection report with Excel deliverables. Discovers data quality issues without requiring configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate comprehensive anomaly detection report with Excel deliverables. Discovers data quality issues without requiring configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Flexible data science analytics for any dataset. Auto-discovers schema, recommends charts, exports to create-figure. Works with JSONL, JSON, CSV from any source.
Use when you have CSV/Excel data files and need PM insights (retention, funnel, segmentation) via Python analysis.
Strategische Markenportfolio-Planung für Luxus-Modehaeuser: Mandant will Marken in DE/EU/international schützen oder Portfolio optimieren. Normen: §§ 32 ff. MarkenG, Art. 32 ff. UMV (EU) 2017/1001, Madrid-Protokoll (WIPO). Prüfraster: Nizza-Klassen (3/14/18/25/35), Multi-Class-Strategie, Prioritaets-Kaskade, Kostenoptimierung, Anmeldezeitpunkt. Output Marken-Portfolio-Plan, Anmelde-Empfehlung je Territorium, Kostenprojektion. Abgrenzung: Einzelne Anmeldung DPMA siehe wortmarke-anmeldung-dpma; Madrid-Protokoll Details siehe madrid-protokoll-und-internationale-registrierung.
Detect data anomalies in Datarails Finance OS tables. Finds outliers, missing values, duplicates, and data quality issues.
PostHog event tracking, user identification, group analytics for B2B, GDPR consent patterns. Use when implementing product analytics, tracking user behavior, setting up funnels, or configuring privacy-compliant tracking.
PostHog analytics and feature flags setup
| name | dr-anomalies-report |
| description | Generate comprehensive anomaly detection report with Excel deliverables. Discovers data quality issues without requiring configuration. |
| user-invocable | true |
| allowed-tools | ["mcp__datarails-finance-os__list_finance_tables","mcp__datarails-finance-os__get_table_schema","mcp__datarails-finance-os__profile_numeric_fields","mcp__datarails-finance-os__profile_categorical_fields","mcp__datarails-finance-os__detect_anomalies","mcp__datarails-finance-os__get_records_by_filter","Write","Read","Bash"] |
| argument-hint | [--table-id <id>] [--severity <level>] [--output <file>] |
Generate comprehensive data quality assessment report with automated anomaly detection.
This skill automatically discovers your data structure and detects issues without requiring pre-configuration. Works with any Datarails Finance OS table.
General-Purpose:
| Argument | Description | Default |
|---|---|---|
--table-id <id> | Specific table to analyze | Uses profile or discovers automatically |
--severity <level> | Filter results: critical, high, medium, low | All |
--output <file> | Output filename | tmp/Anomaly_Report_TIMESTAMP.xlsx |
Phase 1: Discovery
--table-id, discover tables or use profilePhase 2: Anomaly Detection
detect_anomalies - Automated data quality checksWhen generating Excel or PowerPoint files, apply Datarails brand styling:
Font: Poppins (fall back to Calibri if unavailable). Weights: 400 regular, 600 semibold, 700 bold.
Colors:
| Role | Hex | Use |
|---|---|---|
| Navy | 0C142B | Header/banner background |
| Main text | 333333 | Primary text |
| Secondary | 6D6E6F | Muted/subtitle text |
| Border | 9EA1AA | Cell borders |
| Section bg | F2F2FB | Section header / row header background (lavender) |
| Input bg | EAEAFF | Editable/input cell background |
| Input text | 4646CE | Editable cell text (indigo) |
| Favorable | 2ECC71 | Positive variance / good KPI delta |
| Unfavorable | E74C3C | Negative variance / bad KPI delta |
| Chart 1 | 0C142B | Actuals (navy) |
| Chart 2 | F93576 | Budget (hot pink) |
| Chart 3 | 00B4D8 | Teal |
| Chart 4 | FFA30F | Amber |
Excel layout:
Number formats: _(* #,##0_);_(* (#,##0);_(* "-"_);_(@_) (default), $#,##0 (dollars), $#,##0.0,,"M" (millions), 0.0% (percent)
Variance coloring: Any cell showing a delta/change: green (2ECC71) if favorable, red (E74C3C) if unfavorable. Apply automatically based on value sign and metric context.
PowerPoint: Navy (0C142B) background, 16:9 widescreen, Poppins font, white text, amber (FFA30F) accent lines, card backgrounds 001F37.
Phase 3: Report Generation
Phase 4: Summary
/dr-anomalies-report
Output:
🔍 Discovering financials table...
✓ Found financials table: TABLE_ID
📊 Analyzing table TABLE_ID...
🔬 Running anomaly detection...
📈 Profiling numeric fields...
📝 Profiling categorical fields...
🔍 Fetching sample records...
📊 Summarizing results...
📄 Generating Excel report...
✅ Report generated: tmp/Anomaly_Report_2026-02-03_143022.xlsx
==================================================
ANOMALY DETECTION SUMMARY
==================================================
Table: TABLE_ID
Total Anomalies: 45
Data Quality Score: 87/100
By Severity:
Critical: 2
High: 8
Medium: 23
Low: 12
Report: tmp/Anomaly_Report_2026-02-03_143022.xlsx
==================================================
/dr-anomalies-report --table-id TABLE_ID --severity critical
/dr-anomalies-report --env app --output tmp/Quality_Check_Feb_2026.xlsx
Score ranges from 0-100:
Calculation:
Score = 100 - (critical×10 + high×5 + medium×2 + low×0.5)
Clamped to 0-100 range
config/client-profiles/<env>.jsonIf profile incomplete or unavailable:
/dr-anomalies-report --env app --output tmp/DQ_Check_$(date +%Y-%m).xlsx
/dr-anomalies-report --severity critical
Alerts on critical issues that could affect close
/dr-anomalies-report --table-id 12345 --severity high
Checks specific department data for issues
/dr-anomalies-report --table-id unknown_table_id
Discovers what's in an unfamiliar table
Reports are saved to: tmp/Anomaly_Report_YYYY-MM-DD_HHMMSS.xlsx
Each report includes:
"Not authenticated" error
"No tables found" error
"Table not found" error
/dr-tables to see available tables"Incomplete profile" error
/dr-learn to refresh profile--table-id to override/dr-tables - List and explore available tables/dr-learn - Discover and create client profiles/dr-extract - Extract validated financial data/dr-reconcile - Compare P&L vs KPI dataScaling handled automatically via pagination and efficient MCP tools.