From abb7eaab155030cc09237f19f9461672be8bbe5a Mon Sep 17 00:00:00 2001 From: "Dina Berry (She/her)" Date: Mon, 11 May 2026 10:32:37 -0700 Subject: [PATCH] fix: enlarge architecture diagram image in skills blog post Replace markdown image syntax with JSX img tag using width: 100% (max 900px) so the SDK reference consolidation diagram renders at a readable size. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- website/blog/2026-05-11-tuning-up-copilot-skills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2026-05-11-tuning-up-copilot-skills.md b/website/blog/2026-05-11-tuning-up-copilot-skills.md index dd3694e..97fe55c 100644 --- a/website/blog/2026-05-11-tuning-up-copilot-skills.md +++ b/website/blog/2026-05-11-tuning-up-copilot-skills.md @@ -229,7 +229,7 @@ azure-sdk-sample-review/ │ └── quickstart/ ``` -![SDK reference consolidation: before/after, single source of truth](./media/2026-05-11-tuning-up-copilot-skills/shared-references-architecture.png) +SDK reference consolidation: before/after, single source of truth Eliminated six duplicated routing SKILL.md files. One dispatch mechanism instead of six. Waza compliance achieved — no more isolation violations. All 7 behavioral evals running at 100%.