Skip to content

Releases: Kofiloski/ios-ui-testability-contract-skill

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:28

Full Changelog: v0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 22:30

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:28

Full Changelog: v0.2.2...v0.3.0

v0.2.2

Choose a tag to compare

@Kofiloski Kofiloski released this 24 May 11:16

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@Kofiloski Kofiloski released this 19 May 22:10

Full Changelog: v0...v0.2.1

v0.2.0

Choose a tag to compare

@Kofiloski Kofiloski released this 16 May 15:56

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@Kofiloski Kofiloski released this 13 Apr 19:05

v0.1.0

Initial public release of ios-ui-testability-contract-skill.

Added

  • Core Codex skill for diagnosing and fixing iOS UI automation contract failures in SwiftUI and UIKit
  • Failure-oriented workflow focused on missing accessibility identifiers, wrong element resolution, container collisions, unstable IDs, and nondeterministic launch paths
  • Reference docs for artifact inspection, failure patterns, SwiftUI/UI contract patterns, and verification loops
  • Helper scripts for:
    • triaging UI contract failures from artifact bundles
    • inventorying accessibility identifiers
    • inventorying launch arguments and automation hooks
    • drafting planner-context guidance from discovered app contracts
  • Example prompts and a sample broken-contract source file
  • Fixture-based tests for the helper scripts

Publishing and maintenance

  • Standalone repo packaging for remote skill installation
  • MIT license
  • Push and pull request CI via GitHub Actions
  • Manual release workflow for semantic tags and GitHub Releases
  • Publishing and remote-install guidance with version pinning recommendations