--- id: getsentry/XcodeBuildMCP/xcodebuildmcp-rendering-streaming-review version: "898406e4" license: MIT install: manual updated: 2026-07-23 --- # xcodebuildmcp-rendering-streaming-review — This skill provides specialized code review capabilities for XcodeBuildMCP's rendering and streaming components, helping developers identify architectural violations and design inconsistencies in iOS and macOS build automation. It integrates with the Model Context Protocol to analyze changes against established patterns and best practices for the XcodeBuild MCP server. Publisher: getsentry · Stars: 6155 · Updated: 2026-07-23 Install (manual): `git clone https://github.com/getsentry/XcodeBuildMCP` ## SKILL.md # XcodeBuildMCP Rendering and Streaming Review Review guardrails for rendering boundaries, streaming fragments, and output modes. ## Review scope - Review-only by default. - Do not edit product code unless the user explicitly requests implementation changes. ## Files to inspect - `src/rendering/**` - `src/types/domain-fragments.ts` - `src/types/runtime-status.ts` - `src/runtime/tool-invoker.ts` - `src/runtime/__tests__/tool-invoker.test.ts` - `xcodebuildmcp.com/app/docs/_content/architecture-rendering-output.mdx` - `xcodebuildmcp.com/app/docs/_content/architecture-tool-lifecycle.mdx` - `xcodebuildmcp.com/app/docs/_content/output-formats.mdx` ## Guardrails - Tool handlers do not branch on CLI vs MCP output mode. - Fragments represent progress, not final contract data. - Final structured output remains canonical. - Do not invent `json`/`jsonl` render strategies. - Streaming tools emit typed fragments and one final structured result. - Non-streaming tools do not emit unnecessary fragments. - Keep `ctx.emit` and xcodebuild pipeline `emitFragment` contexts separate. - Keep next-step rendering in runtime/rendering boundary. ## Validation - `npm test -- src/runtime/__tests__/tool-invoker.test.ts` - `npm run test:snapshots` - `npm run typecheck` - `npx skill-check .agents/skills/xcodebuildmcp-rendering-streaming-review` [View on SkillFed](https://skillfed.io/getsentry/XcodeBuildMCP/xcodebuildmcp-rendering-streaming-review) · [View on GitHub](https://github.com/getsentry/XcodeBuildMCP)