Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub fergupa/claude_plugins --plugin dataHow this command is triggered — by the user, by Claude, or both
Slash command
/data:analyze <question>The summary Claude sees in its command listing — used to decide when to auto-load this command
# /analyze - Answer Data Questions > If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). Answer a data question, from a quick lookup to a full analysis to a formal report. ## Usage ## Workflow ### 1. Understand the Question Parse the user's question and determine: - **Complexity level**: - **Quick answer**: Single metric, simple filter, factual lookup (e.g., "How many users signed up last week?") - **Full analysis**: Multi-dimensional exploration, trend analysis, comparison (e.g., "What's driving the drop in conv...
/analyticsAnalyzes data to extract insights, generate visualizations, or perform analytics based on a question and optional approach like SQL or visualization.
/write-queryGenerates optimized SQL queries from natural language descriptions for BigQuery, PostgreSQL, MySQL, and more. Supports schema from uploaded diagrams or DDL.
/bq-generateGenerates optimized BigQuery SQL queries from natural language descriptions of required data, including assumptions, avoided anti-patterns, and customization notes.
/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/analyzeAnalyzes repository code health via complexity metrics, git churn, and test coverage. Generates report with overview, critical issues, warnings, recommendations.
/analyzeAnalyzes architecture artifacts (requirements, principles, designs, assessments) for inconsistencies, gaps, ambiguities, and compliance issues. Produces a structured report saved to the project directory.
Share bugs, ideas, or general feedback.
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Answer a data question, from a quick lookup to a full analysis to a formal report.
/analyze <natural language question>
Parse the user's question and determine:
If a data warehouse MCP server is connected:
If no data warehouse is connected:
sql-queries skill for dialect-specific best practicesBefore sharing results, run through validation checks:
If any check raises concerns, investigate and note caveats.
For quick answers:
For full analyses:
For formal reports:
When a chart would communicate results more effectively than a table:
data-visualization skill to select the right chart typeQuick answer:
/analyze How many new users signed up in December?
Full analysis:
/analyze What's causing the increase in support ticket volume over the past 3 months? Break down by category and priority.
Formal report:
/analyze Prepare a data quality assessment of our customer table -- completeness, consistency, and any issues we should address.