Swift testing as a Copilot skill
A 'Swift‑Testing‑Agent' skill was announced to extend GitHub Copilot with agentic test instructions and automated test generation for Swift projects. (x.com) It’s part of a wave of spec‑audit and agent/skill tools designed to keep Copilot outputs aligned with design and quality gates. ( )
Multiple community-authored Swift Testing agent-skill repositories have appeared on GitHub, including AvdLee’s Swift-Testing-Agent-Skill (listed with community stars and forks) and independent implementations from developers such as Paul Hudson (twostraws) and bocato. (github.com) The skill packages follow the Agent Skills format and include a top-level SKILL.md plus modular guidance files covering migration-from-xctest, async testing patterns, parameterized tests, traits/tags, and performance best practices. (agentskills.so) Authors explicitly built migration recipes and heuristics to convert legacy XCTest idioms into the newer Swift Testing APIs introduced around Xcode 16, with dedicated docs for coexistence and incremental migration. (thinkpractice.nl) GitHub’s Agent Skills system loads skill folders on demand and is designed to operate across Copilot, the Copilot CLI, and editor integrations, with SKILL.md as the canonical entry point for procedural guidance. (docs.github.com) The Swift‑testing skills surfaced alongside a wave of spec‑audit and auditor-style skills—examples include community “design-spec-auditor” packages and Microsoft/GitHub guidance on spec-driven development (GitHub Spec Kit) that aim to encode compliance and quality gates into agent workflows. (skillsmp.com) Community blogs and skill directories cataloging the new packages surfaced in late February and March 2026, and GitHub’s documentation notes that stable VS Code support and broader discoverability features for Agent Skills are still being rolled out. (avanderlee.com)