What problem does it solve?
This Skill helps teams avoid subtle breakages when Code Quest changes land, such as mismatched event names, misplaced Zod schemas, or inconsistent server/summoner/client handler semantics that can silently desync the protocol pipeline.
Core Features & Use Cases
- Project-specific code review checklist for Code Quest conventions across shared, server, summoner, and client layers.
- Protocol and event-name alignment checks ensuring
socket-events definitions, REQUEST_MAPPINGS, adapter control transformations, and client/server emit/on wiring stay consistent.
- Zod and isolatedDeclarations governance verifying schema placement, avoiding deprecated Zod v4 patterns, and preventing incorrect or redundant type assertions.
- Handler and core semantics verification covering middleware wrapping rules,
Channel mutability constraints, and ChannelEmitter dispatch/broadcast semantics.
- Summoner adapter and FakeSummoner test pattern checks ensuring request mappings are complete and tests validate the full pipeline instead of spying internals.
- UI/compatibility/style guardrails including React Compiler compatibility, icon facade conventions, and token-first UI design principles.
Quick Start
Use the code-quest-review skill while reviewing a Code Quest PR to verify protocol/handler/Zod alignment and ensure recent changes match project conventions.