axiom-audit-testing

Analyze Swift test suites for anti-patterns, flaky triggers, and coverage gaps.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-audit-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-audit-testing
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-audit-testing
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-audit-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies hidden test quality issues, detects flaky patterns, and highlights missing coverage in Swift projects, ensuring your test suite is both reliable and efficient.

Core Features & Use Cases

  • Anti-Pattern Detection: Automatically flags flaky tests, shared mutable state, and inefficient sleep calls.
  • Coverage Mapping: Visualizes the relationship between production code and test coverage to identify critical untested paths.
  • Migration Support: Identifies opportunities to migrate legacy XCTest suites to the modern Swift Testing framework.

Quick Start

Run the axiom-audit-testing skill to scan the current repository for test quality issues and generate a comprehensive health report.

Frequently Asked Questions about axiom-audit-testing

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

FAQPage Schema
How do I detect flaky tests and anti-patterns in my Swift XCTest suite?

Detect flaky tests in your Swift XCTest suite by analyzing test directories for shared mutable state and inefficient sleep calls. This skill flags anti-patterns and concurrency safety issues using systematic grep patterns to evaluate test reliability.

How do I map critical path coverage gaps between production code and Swift tests?

Map critical path coverage gaps by operating across production and test directories to visualize the relationship between code and tests. This skill uses glob patterns to identify untested paths and highlight missing coverage in Swift projects.

What is the best way to migrate legacy XCTest cases to the modern Swift Testing framework?

Migrate legacy XCTest cases to Swift Testing by identifying migration opportunities within your existing test suite. This skill analyzes test reliability and concurrency safety to highlight safe migration targets for refactoring.

Can I audit Swift test quality for concurrency safety issues without external dependencies?

Yes, you can audit Swift test quality for concurrency safety without external dependencies. This skill requires no dependencies and uses grep and glob patterns to systematically evaluate test reliability and detect shared mutable state.

Why does my Swift test suite have hidden quality issues after refactoring?

Hidden test quality issues after refactoring often stem from flaky patterns, shared mutable state, or missing critical path coverage. This skill analyzes test suites to detect anti-patterns and ensures your Swift tests remain reliable and efficient.