From ios-dev
iOS プロジェクトのエラー・警告を XcodeBuildMCP 経由で診断する。「check」「errors」「warnings」「diagnostics」「issues」「compile check」「lint」「エラーチェック」「コンパイルチェック」「警告チェック」などのキーワードで自動適用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/ios-dev:ios-diagnosticsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
プロジェクトのエラー・警告を検出するための軽量診断。
プロジェクトのエラー・警告を検出するための軽量診断。
xbm-build サブエージェントを使用してビルドを実行し、エラー・警告を検出する。 ビルドログはサブエージェント内で消費され、構造化された診断結果のみが返却される。
xbm-build をフォアグラウンドで起動:
Agent(
subagent_type: "ios-dev:xbm-build",
prompt: "以下のプロジェクトをビルドし、エラーと警告を報告してください。\n警告も詳細に報告してください。\nプロジェクトパス: <path>"
)
npx claudepluginhub no-problem-dev/claude-code-plugins --plugin ios-devGuides Xcode build workflows for iOS projects using execute_xcode_command tool. Covers builds, tests, cleans, schemes, xcodebuild output interpretation, and error troubleshooting.
Audits Xcode projects for build performance issues in configurations, settings, schemes, scripts, dependencies, and parallelization with approval gates. For slow incremental builds and optimization.
Audits Xcode project configuration, build settings, schemes, target dependencies, run scripts, module maps, and explicit modules to find build inefficiencies and recommend fixes with approval gates.