From apple-dev
Use when the user asks about testing approaches, setting up unit tests or basic UI tests (Page Object, wait strategies), mocking strategies, TDD workflow, or test coverage strategies. For performance tests (measure, XCTMetric), use /profiling instead. For advanced XCUITest (E2E flows, network stub, snapshot, accessibility audit, CI), use /xc-ui-test instead. Provides interactive guidance on iOS testing best practices based on the reference guide.
npx claudepluginhub n0rvyn/indie-toolkit --plugin apple-devThis skill uses the workspace's default tool permissions.
Provide interactive guidance on iOS testing best practices based on `references/testing-guide.md`.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Provide interactive guidance on iOS testing best practices based on references/testing-guide.md.
Determine what the user needs:
Grep for section markers:
Grep("<!-- section:", "references/testing-guide.md")
Read only the section matching the user's scenario:
Read("references/testing-guide.md", offset=<marker_line + 1>, limit=<lines_to_next_marker>)
Section-to-need mapping:
Based on user's specific scenario:
For Unit Tests:
For UI Tests (basics only):
/xc-ui-testFor Mocking:
For TDD Workflow:
For Coverage:
Extract relevant testing patterns from the guide and adapt to user's code.
/profiling — 性能分析与插桩(OSSignposter、MetricKit、XCTMetric、反模式扫描)/xc-ui-test — XCUITest 高级用法(多屏幕旅程、网络 Stub、Snapshot、无障碍、CI 集成)