Skip to content

Commit 04f2458

Browse files
authored
Merge pull request #5 from mikekinsman/skill-content-updates
Skill content updates: next-step link + Microsoft Foundry rename
2 parents e81f395 + 804aaef commit 04f2458

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skills/microsoft-build/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The msevents CLI fetches, caches, indexes, and searches the session catalog loca
9898

9999
```sh
100100
# Search by keyword
101-
npx @microsoft/events-cli sessions --query "Azure AI Foundry" --event build-2026 --json
101+
npx @microsoft/events-cli sessions --query "Microsoft Foundry" --event build-2026 --json
102102

103103
# Search by technology (matches product, tags, topic, languages, title, description)
104104
npx @microsoft/events-cli sessions --tech "Azure Cosmos DB" --event build-2026 --json
@@ -107,7 +107,7 @@ npx @microsoft/events-cli sessions --tech "Azure Cosmos DB" --event build-2026 -
107107
npx @microsoft/events-cli sessions --speaker "Scott Hanselman" --event build-2026 --json
108108

109109
# Combine filters
110-
npx @microsoft/events-cli sessions --tech "Azure AI Foundry" --speaker "Yina Arenas" --event build-2026 --json
110+
npx @microsoft/events-cli sessions --tech "Microsoft Foundry" --speaker "Yina Arenas" --event build-2026 --json
111111

112112
# Look up a specific session by code
113113
npx @microsoft/events-cli session BRK155 --json
@@ -348,7 +348,7 @@ The user just attended or watched a session and wants next steps.
348348
- **Without CLI**: Fetch the catalog and find by code or title
349349
2. Check the `relatedSessionCodes` field first — use those if populated
350350
3. Build a response with up to three sections:
351-
- **Start building**: search Learn MCP for quickstarts and tutorials matching the session's tech. Frame around what was covered: "In BRK241 you heard about the Foundry Agent Service. Here's how to build your first agent..."
351+
- **Start building**: surface the session's next-step link first (this points to either the session's GitHub repo or the Build next-steps site). Then search Learn MCP for quickstarts and tutorials matching the session's tech. Frame around what was covered: "In BRK241 you heard about the Foundry Agent Service. Here's how to build your first agent..."
352352
- **Go deeper**: related documentation, API references, architecture guides for the session's technologies
353353
- **Next sessions**: find related sessions via `relatedSessionCodes`, same `topic`, or same `product`/`tags`. Suggest a progression: if they saw a breakout, suggest the hands-on lab; if they did a lab, suggest the advanced breakout.
354354
4. If Learn MCP is unavailable, suggest specific search terms on learn.microsoft.com rather than generic "check the docs"

0 commit comments

Comments
 (0)