review-ios-test-results

Review iOS Test Results

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "review-ios-test-results" with this command: npx skills add ddpi/publicarticles/ddpi-publicarticles-review-ios-test-results

Review iOS Test Results

When to Use

ALWAYS use this skill when:

  • Just finished running xcodebuild test or swift test

  • Tests failed and need to investigate failures

  • User asks about test results, test status, or test failures

  • User mentions "テスト結果", "失敗したテスト", "テストエラー"

  • Need to analyze .xcresult files

DO NOT manually parse xcodebuild output - use this skill instead for structured analysis.

Quick Start

1. Find latest .xcresult

Note: <DerivedDataPath> is typically ~/Library/Developer/Xcode/DerivedData/

but can be changed with xcodebuild's -derivedDataPath option

LATEST_RESULT=$(find <DerivedDataPath>/<ProjectName>-/Logs/Test -name ".xcresult" -type d -print0 2>/dev/null | xargs -0 ls -td | head -1)

2. Extract summary and detailed results

xcrun xcresulttool get test-results summary --path "${LATEST_RESULT}" xcrun xcresulttool get test-results tests --path "${LATEST_RESULT}"

Output Requirements

Present results in Japanese with:

  • 統計: Total, passed, failed, skipped tests

  • 失敗したテスト: Each failed test with error message and file:line reference

  • 次のステップ: Actionable suggestions based on failure patterns

Error Handling

  • No .xcresult found → Guide user to run tests first

  • Multiple failures in same suite → Highlight the pattern

  • Assertion failures → Extract and show the assertion condition

Examples

User: "テストを実行したけど失敗した" → Invoke this skill immediately

User: "最新のテスト結果を確認して" → Invoke this skill immediately

User: "xcodebuild test で何かエラーが出た" → Invoke this skill immediately

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated
General

axure-prototype-generator

Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型

Archived SourceRecently Updated