Ios ui testability contract skill
Fix XCUITest, AXe, and ios-ai-ui-check failures where a SwiftUI or UIKit element is reported as not found, resolves as the wrong XCUIElement type, inherits a container accessibilityIdentifier, or cannot be reached deterministically. Use to diagnose UI automation artifacts and patch app-side accessibility identifiers, element exposure, stable row IDs, launch routes, seeded state, scenario files, or planner context, then verify the exact path with a focused replay.From its SKILL.md
npx -y skills add Kofiloski/ios-ui-testability-contract-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 88 tokens by cl100k_base, as published. Nobody here has run it
iOS UI Testability Contract
This root entry point preserves installations made before the repository adopted the standard skills/<name>/SKILL.md layout.
Read and follow skills/ios-ui-testability-contract/SKILL.md completely. Resolve its relative references from that nested skill directory. New installations should use the standard nested package documented in the repository README.
What ships with it: 30 files
164.7 KB alongside SKILL.md, 15 of them executable
agents/
- openai.yaml339 B
examples/
scripts/
- check-skill.shruns245 B
- draft_planner_context.pyruns457 B
- inventory_accessibility_ids.pyruns469 B
- inventory_launch_contract.pyruns465 B
- read-citation-version.pyruns660 B
- triage_ui_contract_failure.pyruns467 B
src/
- ios_ui_testability_contract/cli.pyruns2.5 KB
- ios_ui_testability_contract/draft_planner_context.pyruns7.0 KB
- ios_ui_testability_contract/__init__.pyruns89 B
- ios_ui_testability_contract/inventory_accessibility_ids.pyruns28.1 KB
- ios_ui_testability_contract/inventory_launch_contract.pyruns8.3 KB
- ios_ui_testability_contract/__main__.pyruns116 B
- ios_ui_testability_contract/_paths.pyruns2.9 KB
- ios_ui_testability_contract/triage_ui_contract_failure.pyruns35.3 KB
tests/
- CITATION.cff567 B
- .gitignore58 B
- LICENSE1.1 KB
- llms.txt3.1 KB
- PUBLISHING.md4.5 KB
- pyproject.toml1.5 KB
- README.md8.6 KB
- REMOTE_INSTALL.md2.4 KB