- GitHub Copilot subscription
- A text editor with GitHub Copilot support
- VS Code with GitHub Copilot Chat extension (recommended, verified workflow)
- Other editors may work but might have different shortcuts/features
- Open your editor (instructions below use VS Code shortcuts)
- Open the internal-med-questions workspace
- Access context files:
- VS Code: Press
Ctrl+K Ctrl+M
- Other editors: Manually open:
- .copilot-instructions.md
- questions/cardiology/acute/acuteCoronarySyndrome.md
- questions/cardiology/shortform/arrhythmias.md
- questions/pulmonology/ards/ventStrategy.md
- VS Code: Press
-
Access Copilot Edits:
- VS Code: Press
Ctrl+Shift+I
- Other editors: Use editor-specific GitHub Copilot commands
- VS Code: Press
-
Select "Claude-3 Sonnet" if available in your editor
- Provides the most consistent medical content
-
Create ONE question at a time using clear prompts like:
Create a single [difficulty] question about [specific topic]. Focus on [specific aspect/scenario].
Good examples:
Create a single medium difficulty question about initial management of diabetic ketoacidosis focusing on the first 6 hours of care
Create a single shortform question about first-degree AV block diagnosis focusing on ECG criteria
-
Review the suggested file location and content
-
Click "Accept" to create the file with the generated content
- Verify medical accuracy:
- Check current guidelines
- Verify statistics and numbers
- Confirm drug dosages
- Validate lab value ranges
- Review question structure:
- Correct YAML frontmatter with today's date
- All required sections present
- Proper unit formatting
- Clear, unambiguous wording
- Consider educational value:
- Tests important concepts
- Reflects current practice
- Teaches through explanation
- Links to evidence
- Commit each question individually
- Use descriptive commit messages:
Add: DKA initial management question Update: Heart block ECG criteria Fix: Corrected lab values in sepsis question
- Push changes regularly to backup work
- Be specific with your prompt:
Create a hard question specifically about timing of antibiotics in sepsis
- Reference existing files:
Create a single question like #acuteCoronarySyndrome.md but focusing only on NSTEMI diagnosis
- Build on existing content:
Create a follow-up question to #ventStrategy.md focusing specifically on PEEP selection
Ctrl+K Ctrl+M
- Open all context filesCtrl+Shift+I
- Open GitHub Copilot Edits/fix
- Ask Copilot to fix issues in the current file/test
- Ask Copilot to help write test cases
- If question quality drops: Try regenerating with a different model
- If content is outdated: Check the latest guidelines and ask for an update
- If structure is wrong: Reference a specific example file in your prompt
- If your editor lacks certain features: Consider using VS Code for question creation workflow