Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cameroncooke avatar

Xcodebuildmcp Rendering Streaming Review

  • 21 installs
  • 6.2k repo stars
  • Updated August 4, 2026
  • cameroncooke/xcodebuildmcp

xcodebuildmcp-rendering-streaming-review is a skill that reviews XcodeBuildMCP rendering, streaming-fragment, and CLI output-mode changes for boundary violations.

About

This skill reviews XcodeBuildMCP rendering, streaming-fragment, next-step, and CLI output-mode changes for boundary violations. It enforces guardrails such as tool handlers not branching on CLI versus MCP output mode and streaming tools emitting typed fragments plus one final structured result. It is review-only unless implementation changes are explicitly requested.

  • Reviews XcodeBuildMCP rendering, streaming-fragment, and CLI output-mode changes
  • Enforces that tool handlers do not branch on CLI vs MCP output mode
  • Checks that fragments carry progress while the final structured output stays canonical

Xcodebuildmcp Rendering Streaming Review by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #723 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

xcodebuildmcp-rendering-streaming-review capabilities & compatibility

Capabilities
code review · testing
Use cases
code review · testing
From the docs

What xcodebuildmcp-rendering-streaming-review says it does

Review guardrails for rendering boundaries, streaming fragments, and output modes.
SKILL.md
Tool handlers do not branch on CLI vs MCP output mode.
SKILL.md
Streaming tools emit typed fragments and one final structured result.
SKILL.md
npx skills add https://github.com/cameroncooke/xcodebuildmcp --skill xcodebuildmcp-rendering-streaming-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars6.2k
Last updatedAugust 4, 2026
Repositorycameroncooke/xcodebuildmcp

What it does

Review XcodeBuildMCP rendering and streaming changes for output-boundary violations.

Who is it for?

Keeping rendering and streaming boundaries clean so fragments carry progress and the final structured output stays canonical.

Skip if: Editing product code, which it avoids unless explicitly requested.

When should I use this skill?

When reviewing XcodeBuildMCP rendering, streaming fragment, next-step, or CLI output mode changes.

What you get

Rendering and streaming changes are verified to respect output-mode boundaries.

  • Findings on rendering and streaming boundary guardrails

By the numbers

  • 8 rendering guardrail checks

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

FAQ

What is the core boundary rule?

Tool handlers do not branch on CLI vs MCP output mode and the final structured output remains canonical.

What should streaming tools emit?

Typed fragments representing progress plus one final structured result.

Code Review & Qualitybackendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.