Report banner
liangdabiao liangdabiao

Report

Development community

Description

--- allowed-tools: Task, Read, Write, Bash, Grep, Glob argument-hint: [dataset] [report_type] [format] description: Generate comprehensive analysis reports for specified dataset --- # Report Generation Command Generate comprehensive analysis report for dataset `$1` with report type `$2` in `$3` format using the report-writer subagent. ## Context - Dataset location: @data_storage/$1 - Report type: $2 (summary, complete, executive, technical, custom) - Output format: $3 (markdown, html, pdf, js

Installation

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

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

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

Full documentation available on GitHub

View Source Repository