setup-exam
Automated 9-step exam setup pipeline for Cortex Code in Snowsight. Creates Snowflake schema, extracts domains from PDF, generates questions, builds quiz.py, and deploys. Works for first exam or adding a new one. Triggers: setup exam, new exam, new certification, new study guide PDF, add exam, switch exam, create exam
Repository SourceNeeds Review
sis
Streamlit in Snowflake (SiS v1.52.*) coding patterns and mandatory pre-deploy scan. Use when writing SiS app code or before deploying. Triggers: SiS, streamlit in snowflake, deploy, pre-deploy, rerun, widget state, scan, get_active_session, cache_data
Repository SourceNeeds Review
adapt-questions
Adapt CSV or JSON question bank files to the QUIZ_QUESTIONS table schema. Inspects source format, maps columns, chooses loading strategy, executes transformation. Triggers: adapt questions, question bank, CSV mapping, schema compatibility, column mapping, question import, transform questions
Repository SourceNeeds Review
cortex-patterns
Cortex AI function patterns — AI_COMPLETE dollar-quoting, response parsing, AI_PARSE_DOCUMENT, stage requirements, 5-step diagnostics. Use when calling or debugging Cortex AI functions. Triggers: AI_COMPLETE, AI_PARSE_DOCUMENT, cortex error, model not found, file not accessible, dollar-quoting, parse_cortex_json
Repository SourceNeeds Review