build-check

Automate Kotlin shared, Android, and iOS builds and report errors and warnings.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/WHITS-ISLAND/inspirehub-mobile --skill build-check-whits-island
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-check
Source: https://github.com/WHITS-ISLAND/inspirehub-mobile/tree/main/.claude/skills/build-check
Command: npx skills add https://github.com/WHITS-ISLAND/inspirehub-mobile --skill build-check-whits-island

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kotlin shared層とiOS/Androidのビルドを実行し、エラー・警告を報告するための自動化スキルです。

Core Features & Use Cases

  • Cross-platform build validation for the Kotlin Multiplatform shared module, Android APK builds, and iOS MCP-based builds.
  • Consolidated logging and reporting to surface failures quickly and clearly.
  • Ideal for CI pipelines, local development checks, and pre-merge validation.

Quick Start

Trigger builds for a selected platform to generate and review the consolidated build report.

Frequently Asked Questions about build-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Kotlin Multiplatform build validation for shared, Android, and iOS targets?

Automate Kotlin Multiplatform build validation by running shared, Android, and iOS builds in sequence, parsing error and warning logs, and consolidating them into a single report. This surfaces cross-platform build failures quickly for CI pipelines and local development checks.

What is the best way to collect build errors and warnings across shared, Android, and iOS builds?

Collecting build errors and warnings across shared, Android, and iOS builds is done by parsing logs with Bash, Read, and Grep, alongside MCP-based Xcode tooling. These are aggregated into a single consolidated report to surface failures clearly.

Does this cross-platform build validation require specific tooling to run iOS builds?

Yes, cross-platform build validation requires MCP-based Xcode tooling to execute iOS builds and parse their logs. It also requires Bash, Read, and Grep to run shared and Android builds and consolidate the collected errors and warnings.

Can I use this for pre-merge validation in a CI pipeline?

Yes, you can use this cross-platform build validation for CI pipelines and pre-merge validation. It automates Kotlin shared, Android, and iOS builds, reporting errors and warnings in a consolidated format to catch failures before merging.

How does the consolidated build report help when a Kotlin Multiplatform build fails?

The consolidated build report helps when a Kotlin Multiplatform build fails by aggregating errors and warnings from shared, Android, and iOS builds into one view. This allows you to quickly identify which platform failed and why without checking separate logs.