You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@
9
9
10
10
Add corrections to the relevant section (Critical Patterns, Common Pitfalls, etc.) or create a new section if needed.
11
11
12
+
## Skills
13
+
**IMPORTANT**: Before performing any task, always check `.github/skills/` and `.github/agents/` for applicable skill and agent files. Each subfolder contains a `SKILL.md` or agent definition with specific workflows, templates, trigger phrases, and rules that MUST be followed when their trigger conditions match.
14
+
15
+
**Workflow**: List all folders in `.github/skills/` and `.github/agents/` (if they exist), read each definition file to check if it applies to the current task, and follow its steps exactly.
16
+
12
17
## Project Overview
13
18
DIPS.Mobile.UI is a .NET MAUI component library for iOS and Android mobile apps in the healthcare domain. Components follow a design system with resources (colors, sizes, icons) auto-generated from Figma via DIPS.Mobile.DesignTokens pipeline.
Text="Patient presents with chest pain radiating to left arm, onset 2 hours ago. Reports shortness of breath and mild nausea. No previous history of cardiac events. Currently on Metformin 500mg for type 2 diabetes."
192
+
Style="{dui:Styles Label=UI200}" />
193
+
194
+
<dui:LabelText="Objective"
195
+
Style="{dui:Styles Label=UI100}" />
196
+
<dui:Label
197
+
Text="BP 145/92 mmHg, HR 98 bpm, SpO2 96% on room air. Temperature 37.1°C. Heart sounds: Regular rhythm, no murmurs detected. Lung auscultation: Clear bilateral breath sounds. ECG shows ST-segment changes in leads V3-V5."
198
+
Style="{dui:Styles Label=UI200}" />
199
+
200
+
<dui:LabelText="Assessment"
201
+
Style="{dui:Styles Label=UI100}" />
202
+
<dui:Label
203
+
Text="Suspected acute coronary syndrome. Differential includes unstable angina, NSTEMI. Risk factors include diabetes, age, and hypertension. HEART score calculated at 6 — high risk."
204
+
Style="{dui:Styles Label=UI200}" />
205
+
206
+
<dui:LabelText="Plan"
207
+
Style="{dui:Styles Label=UI100}" />
208
+
<dui:Label
209
+
Text="1. Administer Aspirin 300mg stat 2. IV access and start normal saline 3. Serial troponin measurements at 0h and 3h 4. Continuous cardiac monitoring 5. Cardiology consult for possible catheterization 6. Hold Metformin pending renal function results 7. Pain management with Morphine 2-4mg IV PRN"
Text="Reassess after troponin results. If positive, proceed with invasive strategy within 24 hours per ESC guidelines. If negative, consider CT coronary angiography. Update patient and next of kin on findings."
0 commit comments