What problem does it solve?
Reviewing SvelteKit feature work by hand is inconsistent: logic bugs, Svelte 5 idiom violations, and missing abstractions each need a different lens, and ported segments can faithfully implement the wrong behavior without anyone noticing. This Skill standardizes a pre-completion review so a segment is not called done until all angles are checked.
Core Features & Use Cases
- Three parallel review lanes: Coordinates correctness (logic, data shape, auth scope, failure paths), Svelte 5 idiom plus shared UI conventions, and abstraction (duplication, missing components, placement) agents over one scoped segment.
- Fidelity pass for ported code: Adds a fourth source-vs-implementation comparison when a segment was ported from Retool or the main Next.js app, catching absent capabilities the code-only reviews miss.
- Consolidated ranked findings: Deduplicates overlapping reports, drops disproven findings, ranks by user-facing consequence, and separates fix-now items from deferred notes.
- Use Case: Before committing a new moderator panel in apps/moderator, run this review to verify the diff against the Svelte app standard, then close out with svelte-check and a manual browser look at the page.
Quick Start
Review the current uncommitted segment in apps/moderator with the svelte-review process and list the consolidated findings before I commit.