Skip to main content
在 Manus 中运行任何 Skill
一键导入

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.

概览

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.

安装命令
npx skills add https://github.com/dtsong/frontend-qa-skills --skill page-component-mapper

复制此命令并粘贴到 Claude Code 中以安装该技能

星标0
分支0
更新时间2026年2月18日 02:56
文件资源管理器
3 个文件
SKILL.md
readonly