From 8a43dc30a0a4768cbf717d1e17f3f54229481dae Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Mon, 22 Jun 2026 12:07:41 -0700 Subject: [PATCH] Update description in SKILL.md for testing Added temporary change for testing purposes to the description. --- .github/skills/create-package-skill/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/skills/create-package-skill/SKILL.md b/.github/skills/create-package-skill/SKILL.md index 82e5d6046f11..3d7a2f6559bd 100644 --- a/.github/skills/create-package-skill/SKILL.md +++ b/.github/skills/create-package-skill/SKILL.md @@ -1,6 +1,6 @@ --- name: create-package-skill -description: 'Interactive wizard that walks service teams through creating a package-specific skill for their Azure SDK package. Scans the package, detects customization patterns, scaffolds a SKILL.md with references, and validates with vally lint. The skill is placed inside the package''s .github/skills/ directory so find-package-skill discovers it automatically. WHEN: create package skill; add service skill; bootstrap skill for package; new package skill; skill for my SDK package; write skill for search; write skill for cosmos.' +description: 'Interactive wizard that walks service teams through creating a package-specific skill for their Azure SDK package. Scans the package, detects customization patterns, scaffolds a SKILL.md with references, and validates with vally lint. The skill is placed inside the package''s .github/skills/ directory so find-package-skill discovers it automatically. WHEN: create package skill; add service skill; bootstrap skill for package; new package skill; skill for my SDK package; write skill for search; write skill for cosmos. temp change for test.' --- # Create Package Skill Wizard