test-strategy

Generate a test strategy and scaffolding for iOS and watchOS app tests.

1|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/Maduixa/Glasstic --skill test-strategy-maduixa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-strategy
Source: https://github.com/Maduixa/Glasstic/tree/main/.claude/skills/test-strategy
Command: npx skills add https://github.com/Maduixa/Glasstic --skill test-strategy-maduixa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a comprehensive test strategy and scaffolding for unit, UI, accessibility, and snapshot tests across iOS and watchOS.

Core Features & Use Cases

  • Test matrix by layer (HealthKit, WC, ML, UI)
  • Recommended test scaffolding files for unit/UI/accessibility/snapshot tests
  • Snapshot + accessibility audit steps

Quick Start

Generate a complete test strategy and scaffolding for the Glasstic iOS/watchOS app.

Frequently Asked Questions about test-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan an iOS and watchOS test strategy for HealthKit and WatchConnectivity?

An iOS and watchOS test strategy documents test matrices by functional layer, covering HealthKit, WatchConnectivity, ML, and UI interactions to ensure comprehensive coverage. It maps unit, UI, accessibility, and snapshot tests across platform features.

What is the best way to scaffold unit, UI, and snapshot tests for an iOS app?

Scaffolding unit, UI, and snapshot tests generates ready-to-use test files organized by feature layers like HealthKit and ML. This provides a structured starting point that enforces consistent test organization and documentation guidelines across the project.

How do I include accessibility audits in my iOS snapshot testing workflow?

Including accessibility audits in snapshot testing combines visual UI verification with accessibility checks in documented steps. This approach validates both the rendered interface and accessibility traits within the same test matrix.

Can I generate a test matrix that covers both iOS and watchOS UI interactions?

Yes, generating a test matrix covers both iOS and watchOS UI interactions by mapping features to specific test layers. It documents required testing across HealthKit, ML, and UI components for both platforms.

Do I need any specific testing dependencies to set up an iOS and watchOS test matrix?

No specific testing dependencies are required to set up the test matrix. The strategy generates the test documentation, guidelines, and scaffolding files natively, allowing you to integrate them into your existing testing environment.

What limitations exist when generating a test strategy for watchOS and ML features?

The test strategy generation focuses on documentation and scaffolding files rather than executing tests itself. You must manually implement the test logic within the generated scaffolding for complex ML and watchOS features.