원클릭으로
xcresult-proof
Inspect Xcode result bundles and produce auditable test, failure, coverage, and artifact summaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect Xcode result bundles and produce auditable test, failure, coverage, and artifact summaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Prepare and run privacy-aware physical iPhone automation with Xcode, WDA/Appium, or XCTest UI tests.
Add or run iOS simulator build, unit test, and UI smoke automation.
Add or run privacy-safe iOS simulator fixture UI smoke automation for Apple app repositories. Use when an iOS repo is ready to move beyond dry-run eligibility into deterministic simulator GUI smoke using a sterile fixture app, demo mode, XCTest UI test, result bundle, sanitized logs, or scripted simulator checks.
Add or run privacy-safe macOS fixture UI smoke automation for Apple app repositories. Use when a repo is ready to move beyond dry-run eligibility into deterministic GUI smoke using a sterile fixture app, demo mode, OSLog evidence, sanitized screenshots, or scripted click/type/menu/window/dialog checks.
Run a Codex-native, read-only structured closeout review for a local branch, PR diff, dirty patch, or commit before merge or ship. Use when the user asks for PR review, branch closeout, final review, autoreview, or after non-trivial code edits.
Run a slim Codex-native closeout review for Apple Agent Kit branches and PRs before commit, PR, or merge.
| name | xcresult-proof |
| description | Inspect Xcode result bundles and produce auditable test, failure, coverage, and artifact summaries. |
Use this skill whenever a workflow produces an xcresult bundle.
xcrun xcresulttool get test-results summary when available.python3 scripts/aak.py assert-xcresult --path <bundle> --expect-test <test> --require-success --json when a workflow has known XCTest or UI smoke methods.xcresulttool fields, not loose substrings.xcrun xccov view --report for coverage when coverage is enabled.Treat a successful xcodebuild exit as a claim. Verify the result bundle or explain why no bundle exists.
Return: