
Xcodebuildmcp Rendering Streaming Review
- 17 installs
- 6.2k repo stars
- Updated August 4, 2026
- getsentry/xcodebuildmcp
xcodebuildmcp-rendering-streaming-review audits streaming and output mode changes.
About
The xcodebuildmcp-rendering-streaming-review skill reviews rendering, streaming fragment, next-step, and CLI output mode changes for boundary violations in XcodeBuildMCP. Review-only by default without product code edits unless requested. Guardrails ensure tool handlers do not branch on CLI versus MCP output mode, streaming fragments remain consistent across consumers, and next-step templates match streaming contracts. Scope covers renderer modules, fragment serializers, and output mode flags in CLI and MCP paths. Validation includes snapshot or fixture checks for streamed output shapes. Output highlights mode coupling risks, fragment schema drift, and template mismatches ordered by user impact. Review guardrails for rendering boundaries, streaming fragments, and output modes. Do not edit product code unless the user explicitly requests implementation changes. Tool handlers do not branch on CLI vs MCP output mode. Fragments represent progress, not final contract data.
- Reviews rendering and streaming output mode boundaries.
- Ensures handlers avoid CLI versus MCP branching.
- Checks streaming fragments and next-step template alignment.
- Review-only unless implementation fixes requested.
- Validates fixtures for streamed output shapes.
Xcodebuildmcp Rendering Streaming Review by the numbers
- 17 all-time installs (skills.sh)
- Ranked #760 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-rendering-streaming-review capabilities & compatibility
- Capabilities
- streaming boundary guardrails · handler output mode coupling rules
- Use cases
- code review · testing
- Platforms
- macOS
What xcodebuildmcp-rendering-streaming-review says it does
Tool handlers do not branch on CLI vs MCP output mode
Do not edit product code unless the user explicitly requests implementation changes
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-rendering-streaming-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 17 |
|---|---|
| repo stars | ★ 6.2k |
| Last updated | August 4, 2026 |
| Repository | getsentry/xcodebuildmcp ↗ |
Do these streaming changes violate CLI versus MCP boundaries?
Review XcodeBuildMCP rendering and streaming output mode boundary violations.
Who is it for?
Maintainers changing XcodeBuildMCP streaming or rendering output.
Skip if: Skip for unrelated packaging-only reviews.
When should I use this skill?
User reviews rendering, streaming fragments, or CLI output mode changes.
What you get
Findings on renderer boundaries, fragments, and template alignment.
Files
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.tssrc/types/runtime-status.tssrc/runtime/tool-invoker.tssrc/runtime/__tests__/tool-invoker.test.tsxcodebuildmcp.com/app/docs/_content/architecture-rendering-output.mdxxcodebuildmcp.com/app/docs/_content/architecture-tool-lifecycle.mdxxcodebuildmcp.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/jsonlrender strategies. - Streaming tools emit typed fragments and one final structured result.
- Non-streaming tools do not emit unnecessary fragments.
- Keep
ctx.emitand xcodebuild pipelineemitFragmentcontexts separate. - Keep next-step rendering in runtime/rendering boundary.
Validation
npm test -- src/runtime/__tests__/tool-invoker.test.tsnpm run test:snapshotsnpm run typechecknpx skill-check .agents/skills/xcodebuildmcp-rendering-streaming-review
Related skills
FAQ
What does xcodebuildmcp-rendering-streaming-review do?
xcodebuildmcp-rendering-streaming-review audits streaming and output mode changes.
When should I use xcodebuildmcp-rendering-streaming-review?
User reviews rendering, streaming fragments, or CLI output mode changes.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.