بنقرة واحدة
query
Ask natural language questions about your data and get answers with evidence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Ask natural language questions about your data and get answers with evidence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Full agentic analysis pipeline — ingest, clean, analyze, visualize, report, and dashboard from any data
Clean and transform data files — fix types, handle missing values, remove duplicates
Build a standalone interactive HTML dashboard with Chart.js from any dataset
Profile data files — row counts, column types, missing values, duplicates, statistics
Generate a comprehensive Markdown analysis report with findings, charts, and recommendations
Generate charts and plots from data — line, bar, pie, heatmap, scatter, histogram
استنادا إلى تصنيف SOC المهني
| name | query |
| description | Ask natural language questions about your data and get answers with evidence |
| argument-hint | [dataset-name] [your question] |
| risk | safe |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Write, Bash, Glob, Grep |
| model | claude-sonnet-4-6 |
| context | fork |
| agent | general-purpose |
Ask any question about your data in plain English and get a precise answer backed by numbers.
Loads data from input/<dataset>/, interprets your question, writes and executes the exact pandas query needed, and returns the answer with supporting evidence. No dashboard, no report — just the answer.
Parse $ARGUMENTS:
input/<dataset-name>/$ARGUMENTS:
shopify-data)input/<dataset>/input/<dataset>/df.columns = df.columns.str.strip().str.lower().str.replace(r'[^a-z0-9]+', '_', regex=True).str.strip('_')_id or named id)input/<dataset>/## Answer
{Direct answer to the question with specific numbers}
### Supporting Data
{Table or list with the evidence}
### How This Was Computed
{1-2 sentences explaining the pandas operations used}
### Follow-Up Questions You Might Ask
- {Suggested question 1}
- {Suggested question 2}
# Specific metric
/10x-analyst:query shopify-data "What is the average order value?"
# Top-N question
/10x-analyst:query shopify-data "What are the top 10 products by revenue?"
# Segment question
/10x-analyst:query shopify-data "Which customer segment has the highest lifetime value?"
# Trend question
/10x-analyst:query shopify-data "Is revenue growing or declining month over month?"
:analyzeDeveloped by 10x.in | 10x-Analyst v1.0.0