Agent skill
build-check
Kotlin shared層とiOS/Androidのビルドを実行し、エラー・警告を報告する
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/build-check
SKILL.md
ビルド確認スキル
指定されたプラットフォームのビルドを実行し、エラー・警告を収集して報告する。
処理フロー
- 引数に応じてビルドコマンドを実行
- エラー/警告を収集・分類
- 修正アドバイスを提示
ビルドコマンド
| 引数 | コマンド |
|---|---|
shared |
./gradlew :shared:testDebugUnitTest |
android |
./gradlew :composeApp:assembleDebug |
ios |
Xcode MCPのBuildProject |
all(デフォルト) |
上記すべてを順に実行 |
出力フォーマット
## ビルドレポート
### shared (Kotlin)
- ステータス: SUCCESS / FAILURE
- エラー: X件
- 警告: Y件
- テスト: Z passed, W failed
### android
- ステータス: SUCCESS / FAILURE
- エラー: X件
### ios
- ステータス: SUCCESS / FAILURE
- エラー: X件
- 警告: Y件
### エラー詳細
(各エラーの内容と修正アドバイス)
注意事項
all指定時はshared → android → iOSの順で実行(sharedがベースのため)- ビルドエラーが発生した場合、後続のビルドもスキップせず全て実行する
- Xcode MCPが利用できない場合はiOSビルドをスキップし、その旨を報告
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?