swift-testing-code-review

A Swift code review tool that checks test files for proper usage of #expect and #require directives, ensuring they follow the required syntax and are not used in invalid contexts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KaziNizamul/SaveMyTax --skill swift-testing-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swift-testing-code-review
Source: https://github.com/KaziNizamul/SaveMyTax/tree/main/.agents/skills/swift-testing-code-review
Command: npx skills add https://github.com/KaziNizamul/SaveMyTax --skill swift-testing-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reviews Swift Testing code for proper use of #expect/#require, parameterized tests, and organization.

Core Features & Use Cases

  • Checks for anti-patterns in Swift Testing usage
  • Guides alignment with references/ guidelines for tests
  • Facilitates consistent test organization and review workflows

Quick Start

Run a code review on your Swift test files using the provided checklist and references to enforce correct usage.

Frequently Asked Questions about swift-testing-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review Swift Testing code for proper use of #expect and #require macros?

This Skill reviews Swift Testing code by checking your test files against established guidelines for #expect and #require macro patterns, ensuring correct assertions and consistent testing practices across your project.

What are common anti-patterns when writing parameterized tests in Swift?

Common anti-patterns in parameterized tests involve incorrect argument binding and organization. This Skill identifies these issues by applying reference guidelines to ensure your Swift test suites use parameterized test patterns correctly.

How do I structure async testing in Swift to follow consistent organization patterns?

Structuring async testing requires following specific organization references. This Skill evaluates your async test suites to ensure they align with established Swift Testing patterns for proper suite and test organization.

Can I use this to check if my Swift test suites follow standard @Suite and @Test patterns?

Yes, this Skill checks Swift test suites that use import Testing, @Test, and @Suite patterns to guide proper organization and verify that your testing workflows align with consistent code review standards.

What is the best way to enforce consistent Swift Testing standards across multiple projects?

The best way to enforce consistent Swift Testing standards is by running code reviews against reference guidelines. This Skill applies checks for proper macro usage, parameterized tests, and organization across projects.