Claude Skill
AvdLee/Swift-Testing-Agent-Skill
一个专注于 Swift Testing 的 GitHub 代理技能。帮助您编写更优质的测试、从 XCTest 迁移、改进测试架构并采用现代 Swift 测试模式。
概览
仓库信息
安装这个 Skill
npx skills add https://github.com/avdlee/swift-testing-agent-skill --skill swift-testing-expertRegistry 信息
项目简介
一个专注于Swift Testing的代理技能,帮助开发者编写更优质的测试、从XCTest迁移、改进测试架构,并自信地采用现代Swift测试模式。
An agent skill focused entirely on Swift Testing, helping you write better tests, migrate from XCTest, improve test architecture, and adopt modern Swift testing patterns with confidence.
要点
- 完全专注于Swift Testing
- 协助从XCTest迁移
- 改进测试架构
- 采用现代Swift测试模式
- 增强开发者测试信心
使用场景
- 编写更优质的Swift测试
- 将现有XCTest套件迁移到Swift Testing
- 重构测试架构以提高可维护性
- 学习现代Swift测试模式
- 提高测试覆盖率和可靠性
README 摘要
# 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