Component Audit Audit existing code components for Webflow-specific architecture decisions . This skill focuses on how well components integrate with Webflow Designer, not generic React best practices. When to Use This Skill Use when: User wants to improve how their components work in Webflow Designer Reviewing whether the right things are exposed as props vs hardcoded Checking if state management patterns are Webflow-compatible Looking for opportunities to make components more designer-friendly Component isn't rendering or behaving as expected in Webflow Do NOT use when: Validating before deployment (use pre-deploy-check instead) Creating new components (use component-scaffold instead) Converting a React component (use convert-component instead) Generic code quality review (use a linter) Show more
webflow-code-component:component-audit
安装
npx skills add https://github.com/webflow/webflow-skills --skill webflow-code-component:component-audit