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
quiz-screens
Quiz app behavioral contracts — screen flow, question selection, history tracking, write-back, session state, explanation, dashboard, AI recommendations. Use when building or modifying any screen in quiz.py. Triggers: screen flow, quiz screen, home screen, summary, review tab, session state, write-back, explanation, history_item, render_
Repository SourceNeeds Review
quiz
Quiz app implementation — screen contracts, question generation, UI styling. Use when building or modifying any part of quiz.py. Triggers: screen, quiz, home, summary, review, questions, generate, badge, styling, layout, session state, write-back
Repository SourceNeeds Review