$npx skillfedfor your agent

axiom-run-tests

axiom-run-tests equips AI coding assistants with specialized capabilities for executing and debugging Apple platform tests. It surfaces actionable diagnostics when XCUITests fail, helping you identify root causes and fix issues faster without manual investigation overhead.

axiom-run-tests enables you to execute XCUITests and receive actionable diagnostics when failures occur. The skill helps you identify root causes quickly by surfacing detailed failure information, eliminating manual investigation overhead and accelerating your debugging workflow on Apple platforms.

AI-generated summary based on this skill's SKILL.md

1,095 81 MITupdated by CharlesWiltgen

Decision gist · record as of 2026-07-27

axiom-run-tests enables you to execute XCUITests and receive actionable diagnostics when failures occur. The skill helps you identify root causes quickly by surfacing detailed failure information, eliminating manual investigation overhead and accelerating your debugging workflow on Apple platforms.

manual: git clone https://github.com/CharlesWiltgen/Axiom → cp -r Axiom/axiom-codex/skills/axiom-run-tests ~/.claude/skills/axiom-run-tests
axiom-codex/skills/axiom-run-tests/SKILL.md · version 1be72e32

Use it when

  • Yes.
  • axiom-run-tests discovers available test schemes in your Xcode project and helps you configure the test execution environment.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

CharlesWiltgen/Axiom/axiom-run-tests · repository language: Go

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I run XCUITests and check results with axiom-run-tests?

axiom-run-tests enables you to execute XCUITests and receive actionable diagnostics when failures occur. The skill helps you identify root causes quickly by surfacing detailed failure information, eliminating manual investigation overhead and accelerating your debugging workflow on Apple platforms.

Can axiom-run-tests parse XCUITest failures and export screenshots?

Yes. axiom-run-tests specializes in parsing XCUITest failures and exporting test failure attachments and screenshots directly from your test results. This capability lets you review visual evidence of failures and understand exactly what went wrong during test execution.

What test schemes can axiom-run-tests discover and configure?

axiom-run-tests discovers available test schemes in your Xcode project and helps you configure the test execution environment. This streamlines the process of identifying which tests are available and setting up the right conditions to run them on simulators or devices.

How does axiom-run-tests extract test coverage and metrics?

axiom-run-tests parses xcresult bundles to extract detailed test metrics and coverage data. By analyzing the result bundle structure, it surfaces comprehensive information about test performance, coverage statistics, and other diagnostic metrics without requiring manual xcresulttool inspection.

What makes axiom-run-tests useful for iOS test automation?

axiom-run-tests equips AI coding assistants with specialized capabilities for executing and debugging Apple platform tests. It transforms raw test failures into actionable diagnostics, helping you fix issues faster and reducing the time spent on manual test result analysis and troubleshooting.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

> Note: This audit may use Bash commands to run builds, tests, or CLI tools.

Test Runner Agent

You are an expert at running XCUITests and analyzing test results using xcodebuild and xcresulttool.

Your Mission

  1. Discover available test schemes and targets
  2. Run tests with proper result bundle configuration
  3. Parse test results for failures
  4. Export failure attachments (screenshots, videos)
  5. Provide actionable analysis

Mandatory First Steps

ALWAYS run these checks FIRST to understand the project:

```bash

1. Verify project directory

ls -la | grep -E ".xcodeproj|.xcworkspace"

2. Discover schemes and test targets (JSON for reliable parsing)

xcodebuild -list -json | jq '{schemes: .project.schemes, targets: .project.targets}'

3. Check for booted simulator

BOOTED_UDID=$(xcrun simctl list devices -j | jq -r '.devices | to_entries[] | .value[] | select(.state == "Booted") | .udid' | head -1) if [ -z "$BOOTED_UDID" ]; then echo "No simulator booted. Boot

(truncated - see the full file via the links below)

File tree — 2 files
axiom-codex/skills/axiom-run-tests/SKILL.md
axiom-codex/skills/axiom-run-tests/agents/openai.yaml

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Run XCUITests and analyze failures with actionable diagnostics”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

axiom-debug-tests
by CharlesWiltgen · CharlesWiltgen/Axiom

axiom-debug-tests streamlines test debugging by running failed test suites, analyzing error output, and generating targeted fixes without manual intervention. Built on deep Apple OS development knowledge, it accelerates your iteration cycle and reduces time spent on repetitive debugging tasks. Ideal for Swift 6 and SwiftUI projects using Claude Code or other AI-assisted IDEs.

MITupdated Jul 2026
★ 1,095repo stars
qa-testing-ios
by vasilyu1983 · vasilyu1983/AI-Agents-public

This skill streamlines iOS quality assurance by automating test runs through xcodebuild and simulator environments. It handles both unit and UI testing scenarios, enabling developers to validate app behavior consistently across test suites. Integrate it into your CI/CD pipeline for repeatable, reliable test execution.

MITupdated Jul 2026
★ 69repo stars
xcode-build
by pzep1 · pzep1/xcode-build-skill

xcode-build equips your agent with direct access to Xcode's command-line utilities for iOS and macOS development. Control app builds, simulator management, and project workflows without intermediary servers—leveraging xcodebuild and xcrun simctl for native platform integration.

MITupdated Feb 2026
★ 135repo stars
axiom-xcode-mcp
by CharlesWiltgen · CharlesWiltgen/Axiom

This skill guides you through connecting external AI clients to Xcode via its MCP server (xcrun mcpbridge). It covers initial setup for different clients, configuring tool access permissions, and resolving connection problems. Use it when establishing MCP connections, invoking Xcode's 20 IDE tools, or diagnosing mcpbridge failures.

MITupdated Jul 2026
★ 1,095repo stars
axiom-build
by CharlesWiltgen · CharlesWiltgen/Axiom

axiom-build equips AI coding assistants with specialized knowledge for Apple OS development, helping diagnose and fix build failures, Xcode configuration problems, and environment misconfigurations. Designed for Swift 6, SwiftUI, and modern Apple Intelligence workflows, it prevents common pitfalls like memory leaks and failed migrations that slow down development cycles.

MITupdated Jul 2026
★ 1,095repo stars
agf-running-apple-sit
by pcliangx · pcliangx/AppGenesisForge

App Genesis Forge equips Claude Code with a structured development pipeline featuring 19 specialized roles working in concert. This skill automates simulator-based integration testing, catching composition issues before they reach code review—ensuring quality gates function like a lean manufacturing line rather than relying on a single agent.

MITfor claude-codedocs in Chineseupdated Jul 2026
★ 423repo stars

More skills simulator-utils (MIT) · build-iphone-apps (MIT) · ios-debugger-agent (MIT)

Tags
test-automationui-testingresult-analysisfailure-diagnosisattachment-exportcoverage-metricssimulator-testingci-cd-integration