Page Component Mapper

Use when investigating any frontend issue before diagnosis or debugging — maps a Next.js route to its full component tree. Resolves "what components render on this page," "show me the component tree for /dashboard," or "trace imports for this route." Produces a ComponentMap artifact with server/client boundaries, props, hooks, data fetching, and styling metadata consumed by all downstream QA skills. Not for diagnosing bugs, fixing code, or generating tests — those are handled by specialist skills after mapping is complete.

dtsong f72273a 3 files · 17.4 KB Updated

File contents

dtsong/claude-code-wsl-setup/tree/main/skills/frontend-qa/page-component-mapper commit f72273a1cd

Frequently asked questions

npx skillmds@latest add dtsong/page-component-mapper