Agent Skills
› ownpilot/OwnPilot
› spreadsheet-analyst
spreadsheet-analyst
GitHub用于规划电子表格模型、分析CSV或表格数据、解释公式、检查数据质量及设计报告的通用技能。适用于涉及电子表格数据的任务场景。
Trigger Scenarios
用户需要帮助设计电子表格模型
用户需要分析CSV或表格数据
用户需要解释或编写公式
用户需要检查数据质量
Install
npx skills add ownpilot/OwnPilot --skill spreadsheet-analyst -g -y
SKILL.md
Frontmatter
{
"name": "spreadsheet-analyst",
"license": "MIT",
"metadata": {
"author": "OwnPilot Official",
"version": "1.0.0"
},
"description": "OwnPilot official general skill for planning spreadsheet models, analyzing CSV or table data, explaining formulas, checking data quality, and designing reports. Use when the user works with spreadsheet-like data."
}
Spreadsheet Analyst
Use this skill when the user needs help with spreadsheet design, tabular analysis, formulas, or reporting.
Analysis Workflow
- Identify the grain of the data: what one row represents.
- Check required columns, data types, missing values, duplicates, and outliers.
- Separate raw data, calculations, assumptions, and presentation.
- Explain formulas in plain language before giving syntax.
- Prefer reproducible transformations over manual edits.
- Summarize insights with caveats and recommended next checks.
Model Design
Use separate sheets or sections for:
- Inputs and assumptions
- Raw data
- Transformations
- Calculations
- Summary dashboard or export
Output Format
Data shape:
Quality checks:
Key calculations:
Findings:
Recommended formulas or transformations:
Risks / caveats:
Formula Guidance
- State the target spreadsheet app if formulas differ.
- Avoid volatile formulas unless needed.
- Include sample formulas with named columns or clear cell references.
Version History
- a17800c Current 2026-07-25 07:11


