Enables Claude to execute accurate SQL queries against Hazel Health’s Snowflake data warehouse using a specialized semantic layer.
The hazel-snowflake-query skill provides a robust harness for interacting with Hazel Health’s Snowflake infrastructure within Claude Code. It streamlines the data analysis process by automatically detecting the Snowflake CLI, locating the organizational semantic layer (even across Google Drive for Desktop), and applying domain-specific business logic. By utilizing pre-defined patterns for tables like MART_VISIT and DIM_PATIENT, the skill ensures Claude writes high-quality SQL that respects schema paths, enum values, and complex join patterns, reducing errors in data retrieval and reporting.
主要功能
01Graceful fallback to schema discovery via DESCRIBE commands when metadata is missing.
02Integrated sanity checks and validation queries for result accuracy.
03Automated Snowflake CLI integration and connection verification.
040 GitHub stars
05Context-aware SQL generation using domain-specific column definitions and enums.
06Multi-path semantic layer discovery across local and cloud-synced directories.
使用场景
01Generating complex RCM and billing reports using validated join patterns and metrics.
02Performing data discovery and schema exploration for Hazel Health's EDW and STREAM schemas.
03Analyzing patient visit trends and scheduling metrics from the MART_VISIT table.