app-intents-code-reviewReviews App Intents code for intent structure, entities, shortcuts, and parameters. Use when reviewing code with import AppIntents, @AppIntent, AppEntity, Ap...
Install via ClawdBot CLI:
clawdbot install anderskev/app-intents-code-reviewGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 1, 2026
A developer reviews the App Intents code for a food delivery app to ensure intents like 'OrderPizzaIntent' conform to best practices. The analysis checks perform() for timeout compliance, entity queries for restaurant and menu items, and proper parameter validation.
A fitness app uses App Shortcuts to let users log workouts via Siri. The review ensures phrases include the app name, are properly localized, and that discoverability settings are correct for both internal and public intents.
A task management app implements AppEntity and EntityQuery for projects. The analysis ensures entities handle missing identifiers gracefully and uses EntityStringQuery for Siri voice input, avoiding dependency injection issues.
A music streaming service migrates from SiriKit to App Intents. The review checks that existing user shortcuts remain functional, parameters have sensible defaults, and custom errors use localized strings.
A utility app targeting iOS 16 checks that @IntentParameterDependency is not used (to avoid crashes) and that intents are defined in the app bundle rather than a Swift Package. The review also validates perform() is marked @MainActor where needed.
Offer a subscription that unlocks advanced App Shortcuts, allowing users to create complex automations. The revenue comes from recurring subscriptions for premium intent features.
Provide basic intents for free, and sell additional parameter options or custom phrases via in-app purchases. Users pay per feature pack to extend Siri integration.
Offer consulting services to other app developers, helping them review and optimize App Intents code. Charge per audit or retainer for ongoing support.
💬 Integration Tip
Load the relevant reference files (intent-structure.md, entities.md, etc.) based on the specific issue types found during review, and always test on real devices with iOS 16+ to catch compatibility issues.
Scored Jun 29, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.