apple-check
01Command
Validate Apple patterns in modified Swift files. Runs the apple-patterns-check skill.
Apple platform development skills for Claude Code, Cursor, Kimi Code, Antigravity, Codex CLI, and Agy.
Command
Validate Apple patterns in modified Swift files. Runs the apple-patterns-check skill.
Command
EXHAUSTIVE engineering hardening: review → plan → fix ALL (P0-P2) → optimize → TestFlight alpha. Runs the apple-cleanup skill.
Command
Design & keynote craftsmanship review → select issues → fix → TestFlight. Runs the apple-polish skill.
Command
Full Apple-grade review (design + engineering + compliance + keynote). Review only, no fixes. Runs the apple-review skill.
Command
Create a self-contained HTML architecture diagram for the given topic or system.
Command
Audit App Store listing for keyword coverage, metadata limits, and conversion levers.
Command
Check CI build status and debug failures via App Store Connect MCP.
Command
Complete a feature with full validation across build, tests, lint, and patterns. Runs the complete-feature skill.
Command
Build a current, labeled screenshot package of an app's UI for an external design reviewer, reusing the project's existing screenshot UITest + fastlane lane.
Command
Audit a design or subsystem for primitive/problem fit (the wrong-primitive trap). Runs the architecture-fit-check skill.
Command
Design a HIG-correct layered Liquid Glass icon and produce Icon Composer-ready art plus an import checklist.
Command
Capture or update app-marketing-context.md for the growth skill cluster.
Command
Pre-merge quality gate with parallel verification. Runs build, archive, test, and lint checks.
Command
Scaffold/sync this project's overlay skills from .claude/apple-overlays.json, idempotently. Add --check for a no-write CI drift check.
Command
Profile a performance complaint and fix the biggest contributor with Instruments and MetricKit.
Command
Audit a build against App Review rejection triggers by app type before submitting.
Command
Check submission readiness, metadata, screenshots, and signing via ASC MCP.
Command
Scan for required-reason API usage and verify PrivacyInfo.xcprivacy completeness before submission.
Command
Write a failing regression test, fix the bug, verify, and check for similar issues.
Command
Diagnose an App Review rejection, draft a Resolution Center response, and plan the fix.
Command
Pull App Store reviews, cluster by theme, and draft developer responses.
Command
Audit credential storage, auth, crypto, and data protection against the app-security checklist.
Command
Configure App Store Connect API authentication for the ASC MCP server. Guides through API key setup (Key ID, Issuer ID, .p8 file), validates credentials, and generates MCP configuration. Use when user says "setup asc", "configure app store connect", "asc api key", or needs to set up the App Store Connect MCP server.
Command
Diagnose and fix Swift 6 strict concurrency, Sendable, or MainActor isolation errors.