From ios-dev
iOS プロジェクトのエラー・警告を XcodeBuildMCP 経由で診断する。「check」「errors」「warnings」「diagnostics」「issues」「compile check」「lint」「エラーチェック」「コンパイルチェック」「警告チェック」などのキーワードで自動適用。
npx claudepluginhub no-problem-dev/claude-code-plugins --plugin ios-devThis skill uses the workspace's default tool permissions.
プロジェクトのエラー・警告を検出するための軽量診断。
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
プロジェクトのエラー・警告を検出するための軽量診断。
xbm-build サブエージェントを使用してビルドを実行し、エラー・警告を検出する。 ビルドログはサブエージェント内で消費され、構造化された診断結果のみが返却される。
xbm-build をフォアグラウンドで起動:
Agent(
subagent_type: "ios-dev:xbm-build",
prompt: "以下のプロジェクトをビルドし、エラーと警告を報告してください。\n警告も詳細に報告してください。\nプロジェクトパス: <path>"
)