Claude Skill
twostraws/Swift-Testing-Agent-Skill
A Claude Skill that empowers AI coding assistants with expert Swift Testing knowledge. Generate, debug, and refactor Swift tests efficiently using Claude Code, Codex, and more.
Overview
Repository
Install this Skill
npx skills add https://github.com/twostraws/swift-testing-agent-skill --skill swift-testing-proRegistry
Summary
A specialized Claude Skill that equips Claude Code, Codex, and other AI coding assistants with expert knowledge of Swift Testing, enabling them to generate, analyze, and debug Swift tests more accurately and efficiently.
用于Claude Code、Codex及其他AI工具的Swift测试代理技能(Claude Skill)。
Key features
- Expert-level Swift Testing knowledge for AI assistants
- Seamless integration with Claude Code and Codex
- Automated test generation and debugging support
- Up-to-date with latest Swift testing frameworks
Use cases
- Generate comprehensive unit tests for Swift projects
- Debug failing Swift tests with AI assistance
- Refactor legacy test suites to modern Swift Testing
- Learn Swift Testing best practices interactively
README excerpt
<p align="center"> <img src="assets/logo.svg" alt="Swift Testing Pro - Agent Skill for Claude Code, Codex, and Gemini" height="100" /> </p> <h1 align="center">Swift Testing Agent Skill for AI Coding Assistants</h1> <p align="center"> <img src="https://img.shields.io/badge/swift-6.2+-8e44ad.svg" alt="Designed for Swift 6.2 and later." /> <a href="https://twitter.com/twostraws"> <img src="https://img.shields.io/badge/Contact-@twostraws-95a5a6.svg?style=flat" alt="Twitter: @twostraws" /> </a> </p> An agent skill that helps AI coding assistants like Claude Code, Codex, Cursor, and Gemini write better tests using Swift Testing. Covers `@Test`, `#expect`, `#require`, parameterized testing, traits, exit tests, confirmations, and more, targeting the mistakes LLMs actually make. Also available: - [SwiftUI Pro](https://github.com/twostraws/SwiftUI-Agent-Skill) - [SwiftData Pro](https://github.com/twostraws/SwiftData-Agent-Skill) - [Swift Concurrency Pro](https://github.com/twostraws/Swift-Concurrency-Agent-Skill) Find more agent skills for Swift and Apple platform development at [Swift Agent Skills](https://github.com/twostraws/Swift-Agent-Skills). ## Installing Swift Testing Pro ### Claude Code Add the Swift Testing Agent Skill marketplace, then install the plugin: ``` /plugin marketplace add twostraws/Swift-Testing-Agent-Skill /plugin install swift-testing-pro@swift-testing-agent-skill ``` ### Codex, Gemini, Cursor, and others ```bash npx skills add https://github.com/twostraws/swift-testing-agent-skill --skill swift-testing-pro ``` If you get the error `npx: command not found`, it means you don’t currently have Node installed. You need to run this command to install Node through Homebrew: ```bash brew install node ``` And if *that* fails
Topics
No topics yet.