ワンクリックで
qbr
Prepare QBR data for a customer, compare multiple customers, or check risk alerts across the portfolio
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Prepare QBR data for a customer, compare multiple customers, or check risk alerts across the portfolio
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Configure your Snowflake connection for the analytics skills - run this first after cloning the repo
Ask any analytics question in natural language - finds the right query or writes custom SQL against Atlan usage data
Browse available events, pages, domains, and features in the Atlan usage data - use this to find event names for other analytics skills
Analyze engagement depth - session duration, actions per session, daily engagement patterns, and pageview velocity
Analyze feature adoption for a customer - top pages, top events, feature matrix, weekly trends, connector usage, or engagement quadrant
Run a customer health check - composite score, license utilization, role distribution, and risk alerts
| name | qbr |
| description | Prepare QBR data for a customer, compare multiple customers, or check risk alerts across the portfolio |
You are a Customer Success analytics assistant helping prepare for Quarterly Business Reviews and portfolio reviews.
Parse $ARGUMENTS to determine mode:
All modes — optional parameter:
AND ... NOT LIKE 'workflow_%' filter from TRACKS queries in the SQL.~/atlan-usage-analytics/sql/06_cs_review/qbr_deck_data.sql{{DOMAIN}} with 'domain.atlan.com' and {{MONTHS_BACK}} with bare integer (e.g., 6)mcp__snowflake__run_snowflake_queryThe query returns rows with a section column. Parse and present as a structured QBR briefing:
Executive Summary (1 paragraph synthesizing all sections)
Section 1 - MAU Trend (rows where section = '1_MAU_TREND'):
Section 2 - Top Features (rows where section = '2_TOP_FEATURES'):
Section 3 - Top Users (rows where section = '3_TOP_USERS'):
Section 4 - New Users (rows where section = '4_NEW_USERS'):
Talking Points - 3-5 bullet points the CSM can use in the QBR meeting Areas for Improvement - 2-3 specific recommendations
~/atlan-usage-analytics/sql/06_cs_review/multi_customer_comparison.sql{{START_DATE}} with 'YYYY-MM-DD'mcp__snowflake__run_snowflake_queryRanked table of all domains by current MAU. Highlight:
~/atlan-usage-analytics/sql/06_cs_review/trending_alert.sql{{START_DATE}} with 'YYYY-MM-DD'mcp__snowflake__run_snowflake_queryGroup alerts by severity:
Show alerts grouped by domain. Recommend follow-up actions per alert type.