Claude Skill
AvdLee/Swift-Testing-Agent-Skill
A GitHub agent skill dedicated to Swift Testing. Helps you write better tests, migrate from XCTest, improve test architecture, and adopt modern Swift testing patterns.
Overview
Repository
Install this Skill
npx skills add https://github.com/avdlee/swift-testing-agent-skill --skill swift-testing-expertRegistry
Summary
A specialized agent skill for Swift Testing that helps developers write better tests, migrate from XCTest, improve test architecture, and adopt modern Swift testing patterns with confidence.
一个专注于Swift Testing的代理技能,帮助你编写更优质的测试、从XCTest迁移、改进测试架构,并自信地采用现代Swift测试模式。
Key features
- Focused entirely on Swift Testing
- Assists with XCTest migration
- Improves test architecture
- Adopts modern Swift testing patterns
- Boosts developer confidence in testing
Use cases
- Writing better Swift tests
- Migrating existing XCTest suites to Swift Testing
- Refactoring test architecture for maintainability
- Learning modern Swift testing patterns
- Improving test coverage and reliability
README excerpt
# Swift Testing Agent Skill Expert guidance for any AI coding tool that supports the [Agent Skills open format](https://agentskills.io/home) - modern Swift Testing APIs, XCTest migration, parameterized tests, traits/tags, async testing, and parallel execution patterns. This repository distills practical Swift Testing best practices into actionable, concise references for agents and code review workflows. ## Who this is for - Teams adopting Swift Testing who want quick, correct defaults - Developers migrating existing XCTest suites incrementally - Anyone debugging flaky tests, parallel test behavior, or async test reliability ## See also my other skills: - [SwiftUI Expert](https://github.com/AvdLee/SwiftUI-Agent-Skill) - [Swift Concurrency Expert](https://github.com/AvdLee/Swift-Concurrency-Agent-Skill) - [Core Data Expert](https://github.com/AvdLee/Core-Data-Agent-Skill) ## How to Use This Skill ### Option A: Using skills.sh (recommended) Install this skill with a single command: ```bash npx skills add https://github.com/avdlee/swift-testing-agent-skill --skill swift-testing-expert ``` For more information, visit the [skills.sh platform page](https://skills.sh/avdlee/swift-testing-agent-skill/swift-testing-expert). Then use the skill in your AI agent, for example: > Use the swift testing skill and review this test target for migration opportunities and flaky parallel behavior. ### Option B: Claude Code Plugin #### Personal Usage To install this Skill for your personal use in Claude Code: 1. Add the marketplace: ```bash /plugin marketplace add AvdLee/Swift-Testing-Agent-Skill ``` 2. Install the Skill: ```bash /plugin install swift-testing-expert@swift-testing-agent-skill ``` #### Updating After a Release If Claude Code still shows an older version after a