How this command is triggered — by the user, by Claude, or both
Slash command
/kyvos: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. This command integrates with Kyvos to query semantic models directly. ## 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 explorati...
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. This command integrates with Kyvos to query semantic models directly.
/analyze <natural language question>
Parse the user's question and determine:
If Kyvos MCP server is connected:
kyvos_list_semantic_models to see all available semantic models.kyvos_list_semantic_model_columns with the selected table and folder.kyvos_sql_generation_prompt with the table and folder to get generation instructions.kyvos_execute_query with the generated query.If no Kyvos connection:
sql-queries skill for best practices.Before 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 typekyvos_sql_generation_prompt BEFORE generating the query — it provides critical table-specific instructions.Quick answer:
/analyze How many new users signed up last year?
Full analysis:
/analyze What's causing the increase in support ticket volume over the past 6 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.
npx claudepluginhub ki-kyvos/kyvos-plugins --plugin kyvos/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.
/analyzeGuides through an interactive analysis of marketing campaign performance, collecting scope, period, type, and metrics focus to produce insights and recommendations.
/analyzeScans codebase for features, components, APIs, and models; interviews user for business context; generates and saves product inventory and architecture reports to .pm/.
/analyzeAnalyzes Rails codebase or directory for layered architecture adherence, mapping layers, assessing services, detecting model violations, god objects, and abstraction opportunities.
/analyzeAnalyzes a WebGPU Inspector capture for performance and correctness issues, producing a prioritized list of findings with severity, explanation, and concrete fixes.