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