From 46df827816de207c00a96786a3d64f2059ca25e7 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Sun, 5 Apr 2026 00:09:27 -0700 Subject: [PATCH] fix(ce-test-xcode): correct renamed usage examples --- plugins/compound-engineering/skills/ce-test-xcode/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/compound-engineering/skills/ce-test-xcode/SKILL.md b/plugins/compound-engineering/skills/ce-test-xcode/SKILL.md index a1144e1d..a94395b1 100644 --- a/plugins/compound-engineering/skills/ce-test-xcode/SKILL.md +++ b/plugins/compound-engineering/skills/ce-test-xcode/SKILL.md @@ -200,13 +200,13 @@ After testing: ```bash # Test with default scheme -/test-xcode +/ce-test-xcode # Test specific scheme -/test-xcode MyApp-Debug +/ce-test-xcode MyApp-Debug # Test after making changes -/test-xcode current +/ce-test-xcode current ``` ## Integration with ce-code-review