
from pracht23
Audit Pracht layout 'shell' components for composition bugs: document tags in shells, missing children, misplaced ErrorBoundary, missing Loading for SPA routes,
Scans Pracht app shells and reports composition issues that break page rendering or cause silent failures. Checks for document-level tags mistakenly rendered inside shells, validates Shell export shape (children present), warns about missing Loading() for SPA routes, flags misplaced ErrorBoundary exports, and detects unused or single-use shells. Produces a tabular report with severities.
Run this skill during code review, before releasing layout changes, or when debugging layout-related blank pages or SEO/head problems. Trigger when asked to 'audit shells', 'check shell composition', or 'find unused shells'.
pracht inspect routes --json) and common shell-source checks (grep/glob).Useful for agents that can run shell commands and read repository files (CLI-capable assistants, local dev agents).
Pure-instruction skill for auditing Pracht framework shell components for composition bugs (document tag misuse, missing children, misplaced ErrorBoundary, missing Loading for SPA routes). No bundled scripts. Well-structured with clear per-shell checks and severity levels. Niche audience — only useful for Pracht developers.
Clean skill with no security concerns. Good structure and clear instructions. Limited to Pracht ecosystem which narrows usefulness.