test-generator

Generate XCTest templates for unit, integration, and UI tests.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/productengineered/parsely --skill test-generator-productengineered
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-generator
Source: https://github.com/productengineered/parsely/tree/main/.claude/skills/generators/test-generator
Command: npx skills add https://github.com/productengineered/parsely --skill test-generator-productengineered

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps developers quickly generate XCTest templates for unit, integration, and UI tests to improve test coverage across ViewModels, services, and repositories.

Core Features & Use Cases

  • Generates scaffolded UnitTests, IntegrationTests, and UITests tailored for iOS/macOS apps.
  • Includes modern Swift Testing patterns and sample structures for ViewModels, services, and repositories.
  • Supports parameterized tests, mock objects, and reusable test fixtures to speed test authoring.

Quick Start

Run the generator on your iOS/macOS project to scaffold XCTest templates for unit, integration, and UI tests.

Frequently Asked Questions about test-generator

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

FAQPage Schema
How do I generate XCTest templates for my iOS app?

You generate XCTest templates by running the generator on your iOS or macOS project to scaffold unit, integration, and UI test files ready for Xcode integration.

What's the best way to scaffold Swift unit tests for ViewModels and services?

The best way to scaffold Swift unit tests is using a template generator that targets ViewModels, services, and repositories, providing modern Swift Testing patterns and reusable fixtures to accelerate test authoring.

Can I generate parameterized tests and mock objects for Swift Testing?

Yes, you can generate parameterized tests and mock objects for Swift Testing by using templates that include sample structures and reusable test fixtures tailored for your iOS and macOS apps.

Does this XCTest template generator support integration and UI tests?

Yes, this XCTest template generator supports integration and UI tests by scaffolding comprehensive test files that accelerate test coverage across your iOS and macOS applications.

Do I need specific Swift tooling to adapt these test templates to my project?

Yes, you need XCTest and Swift tooling to adapt the generated templates to your specific project structure and successfully integrate the test files into your Xcode workspace.