We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6900581 commit 79c262bCopy full SHA for 79c262b
1 file changed
plugins/compound-engineering/skills/ce-test-xcode/SKILL.md
@@ -200,13 +200,13 @@ After testing:
200
201
```bash
202
# Test with default scheme
203
-/test-xcode
+/ce-test-xcode
204
205
# Test specific scheme
206
-/test-xcode MyApp-Debug
+/ce-test-xcode MyApp-Debug
207
208
# Test after making changes
209
-/test-xcode current
+/ce-test-xcode current
210
```
211
212
## Integration with ce-code-review
0 commit comments