Automate all tasks with a single simple command!
# GraphQL schema
/gql validate the schema
# iOS development
/apple check for new features and add them
# Android development
/android check for new features and add them
# Testing
/test write tests for all platforms
# Documentation
/docs check for incorrect docs and fix them| Command | Skill | Role | Auto-performs |
|---|---|---|---|
/gql |
GraphQL Architect | API spec management | Schema validation, naming fixes, type/API additions |
/apple |
Apple Intelligence SDK | iOS implementation | Feature additions, code validation, type/API impl |
/android |
Android SDK | Android impl | Feature additions, code validation, type/API impl |
/test |
Test Engineer | Test writing/run | Both platform tests, execution, coverage check |
/docs |
Documentation Manager | Doc management | Doc validation, auto-generation, API reference updates |
/gql validate the schema
/gql check for naming rule violations
/gql add VoiceRecognition type/apple check for new features and add them
/apple check existing code for issues
/apple implement VoiceRecognition feature/android check for new features and add them
/android check existing code for issues
/android implement VoiceRecognition feature/test write tests for all platforms
/test run tests and report results
/test add Summarize feature tests/docs check for incorrect docs and fix them
/docs find missing docs and add them
/docs update API documentation/gql:.claude/commands/gql.md/apple:.claude/commands/apple.md/android:.claude/commands/android.md/test:.claude/commands/test.md/docs:.claude/commands/docs.md
"Automate everything with a single command."