demo-only-diagnosing-kapoq-data

Diagnose data anomalies in Kapoq MCP server tables with a two-phase workflow.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/therealkapoq/kstack --skill demo-only-diagnosing-kapoq-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: demo-only-diagnosing-kapoq-data
Source: https://github.com/therealkapoq/kstack/tree/main/demo-only-diagnosing-kapoq-data
Command: npx skills add https://github.com/therealkapoq/kstack --skill demo-only-diagnosing-kapoq-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you investigate unexpected values, discrepancies, and "why is this happening" questions in Kapoq MCP server data without jumping straight into ad hoc querying.

Core Features & Use Cases

  • Two-Phase Analysis Workflow: Forces a clear separation between planning and execution so investigations stay focused and reproducible.
  • Schema-Aware Discovery: Uses table, column, schema, and date-range checks to shape the right question before any row-level data is queried.
  • Controlled Query Execution: Supports comparison analysis, anomaly tracing, grouping, filtering, and summary output for e-commerce datasets such as Amazon and Walmart reporting.
  • Use Case: Ask why spend changed, compare one period to another, or find the rows behind an outlier metric while keeping the investigation disciplined and minimal.

Quick Start

Use this skill to investigate a Kapoq data anomaly by first requesting a concise plan and then approving the execution mode before any query runs.

Frequently Asked Questions about demo-only-diagnosing-kapoq-data

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

FAQPage Schema
How do I investigate data anomalies in ClickHouse e-commerce datasets?

To diagnose data anomalies in ClickHouse e-commerce datasets, use a two-phase workflow that separates schema discovery and written planning from controlled query execution. This method traces unexpected metrics and ensures row-level sampling only happens after user approval.

What is the best way to find the rows behind an unexpected metric in Amazon or Walmart reporting?

The best way to find rows behind an unexpected metric in Amazon or Walmart reporting is to enforce schema-aware discovery and written planning before running controlled queries. This disciplined approach keeps anomaly tracing focused and minimal.

How do I plan a query before diagnosing unexpected Kapoq data values?

To plan a query before diagnosing unexpected Kapoq data values, perform table, column, schema, and date-range checks during schema discovery. This shapes the right question and requires user approval before any run_query execution.

Can I compare one time period to another to explain why spend changed in my e-commerce data?

Yes, you can compare one time period to another to explain why spend changed by applying controlled query execution across time-bound ClickHouse analysis. This supports comparison analysis and grouping for Amazon and Walmart e-commerce datasets.

Does this approach run ad hoc queries immediately when investigating discrepancies?

No, this approach does not run ad hoc queries immediately when investigating discrepancies. It forces a clear separation between planning and execution, preventing uncontrolled row-level sampling until a concise plan is explicitly approved.