Audit Specs Tests

Audit the AltTab test suite for spec/test/code consistency. For every co-located triad in `src/` (`Foo.swift` + `FooSpecs.md` + `FooTests.swift`), it cross-checks that each XCTest method has a matching scenario line in the spec and vice-versa, flags drift between a scenario's description and the test's doc-comment, and reports orphan tests, orphan scenarios, and unpaired files. Use after adding or editing any `*Tests.swift` / `*Specs.md`, before committing a test change, or to get an overall health check of the suite.

lwouis 5460466 4.5 KB Updated

File contents

lwouis/alt-tab-macos/tree/main/.claude/skills/audit-specs-tests commit 5460466fdb

Frequently asked questions

npx skillmds@latest add lwouis/audit-specs-tests