This skill provides specialized code review for Apple's App Intents framework, ensuring that custom intents, entities, and shortcuts are correctly implemented for iOS, macOS, and watchOS applications. It automates the verification of AppIntent protocols, entity queries, and shortcut phrases to prevent common issues such as execution timeouts, threading errors with @MainActor, and version-specific crashes. By providing a domain-specific checklist, it helps developers build more reliable Siri, Spotlight, and Shortcuts integrations while following Swift-based automation best practices.
主な機能
01Ensures AppShortcutsProvider phrases include required parameters and natural language
02Checks AppEntity and EntityQuery logic for Siri voice input and discovery
03Identifies version-specific compatibility issues like iOS 16 dependency crashes
0414 GitHub stars
05Verifies @Parameter validation, dynamic options, and default values
06Validates AppIntent protocol implementation and perform() method return types