From 658a9aa844713edc002471d792a29587b3b8662f Mon Sep 17 00:00:00 2001 From: "Mike Kinsman (He/Him)" <32281167+mikekinsman@users.noreply.github.com> Date: Tue, 12 May 2026 17:22:36 -0700 Subject: [PATCH] Add speaker and location to session output format Reorder session output to show speaker(s), location, and time slot immediately after the relevance reason, making it easier for users to decide on sessions at a glance. Adds URL link to each entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/microsoft-build/SKILL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skills/microsoft-build/SKILL.md b/skills/microsoft-build/SKILL.md index fd651ef..c7eb958 100644 --- a/skills/microsoft-build/SKILL.md +++ b/skills/microsoft-build/SKILL.md @@ -255,7 +255,7 @@ The user wants a personalized event schedule based on their projects or interest - Directly relevant: sessions about technologies in their active project - Adjacent: sessions about complementary technologies or next-step capabilities - Exploratory: sessions that expand their toolkit in a useful direction -6. For each recommended session, include: session code, title, one-line reason it's relevant, type (lab/breakout/demo), level, time slot, location +6. For each recommended session, include: session code, title, one-line reason it's relevant, speaker(s), location, time slot, type (lab/breakout/demo), level 7. If they have time for multiple sessions, suggest a learning path order: foundational first, then intermediate/advanced, ending with hands-on labs to apply what they learned 8. After helping the user build a schedule (finding sessions, flagging conflicts), offer: "Would you like me to save this as a markdown file?" Do not create a file until the user confirms. Include day, time, session code, title, and location. @@ -267,10 +267,14 @@ Based on your project (Node.js, Azure Functions, Cosmos DB): 1. **BRK223** โ€” From rows to reasoning: Designing databases for AI apps and agents ๐Ÿ“Œ Relevant: You use Cosmos DB in /api/data + ๐ŸŽค Mark Smith | ๐Ÿ“ Room 151 | Jun 2, 3:45 PM PDT + Breakout ยท Level 300 ๐Ÿ”— https://build.microsoft.com/sessions/BRK223 2. **LAB511** โ€” Create advanced Postgres-powered agentic apps with Azure HorizonDB ๐Ÿ“Œ Relevant: Your requirements.txt includes psycopg2 + ๐ŸŽค Jane Doe | ๐Ÿ“ Hall B | Jun 3, 9:00 AM PDT + Lab ยท Level 200 ๐Ÿ”— https://build.microsoft.com/sessions/LAB511 ```