Do All banner
liangdabiao liangdabiao

Do All

Development community

Description

--- allowed-tools: Task, Read, Write, Bash, Grep, Glob argument-hint: [dataset] [domain] [output_format] description: 自动化完成整个数据分析工作流程,从数据质量检查到最终报告生成 --- # 全自动化数据分析命令 使用 `do-all` 命令自动化完成整个数据分析工作流程,整合所有现有的commands功能。 ## Context - 数据集位置: @data_storage/$1 - 分析领域: $2 (user-behavior, business-impact, technical-performance, custom) - 输出格式: $3 (markdown, html, pdf, docx) - 工作目录: !`pwd` - 输出目录: ./complete_analysis/ - 人类反馈检查点: 关键步骤暂停等待用户确认 ## Your Task 按照以下工作流程自动执行完整的数据分析: ### 1. 数据质量检查 (Quality Ass

Installation

Installs to ~/.claude/commands/liangdabiao-claude-data-analysis-do-all.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/liangdabiao/claude-data-analysis/HEAD/.claude/commands/do-all.md -o ~/.claude/commands/liangdabiao-claude-data-analysis-do-all.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository