Swift Testing helps you write clean and reliable tests for your Apple or Swift server projects. You can use it to check that your code works correctly, find bugs early, and avoid flaky test failures. Modern test APIs make your tests easier to read and faster to run in parallel.
This skill guides you in writing new tests, migrating from older tools like XCTest, and improving test quality. You will learn to use #expect and #require macros, organize tests with traits and tags, and run parameterized tests for repeated logic. The skill also covers handling test plans, parallel execution, and async waiting patterns.
Whether you are a solo developer or part of a team, mastering Swift Testing helps you ship with confidence. Clear diagnostics and incremental migration advice keep your workflow smooth and efficient.
Global
mkdir -p ~/.claude/skills/swift-testing-expertProject
mkdir -p .claude/skills/swift-testing-expertSource Repository
Grill Memattpocock/skills
Stress-test your plan with relentless questions until we both understand
Tddmattpocock/skills
Write one test at a time then code to make it pass
Test Driven Developmentobra/superpowers
Write a failing test first then code just enough to pass
Qamattpocock/skills
Turn bug reports into GitHub issues through natural conversation without technical fuss
Migrate To Shoehornmattpocock/skills
Replace unsafe as assertions with type-safe partial test data easily
Webapp Testinganthropics/skills
Test your local web apps quickly with Playwright automation and screenshots
Playwright Best Practicescurrents-dev/playwright-best-practices-skill
Master Playwright testing with best practices for reliable and fast tests
Google Agents Cli Evalgoogle/agents-cli
Run evaluations on your AI agent, find failures, and improve its quality step by step