react-debugging
π―Skillfrom serkan-ozal/browser-devtools-skills
Inspects and maps React components to DOM elements, helping developers quickly diagnose rendering issues and component interactions.
Part of
serkan-ozal/browser-devtools-skills(9 items)
Installation
npx skills add serkan-ozal/browser-devtools-skillsnpm install -g browser-devtools-mcpSkill Details
Debug React applications by inspecting components, props, and the component tree. Use when the user is debugging React apps, wants to inspect component props/state, find which component renders an element, or understand the React component hierarchy.
More from this repository8
Automates browser testing by navigating, interacting with web pages, filling forms, capturing content, and verifying UI behaviors using Browser DevTools CLI.
Debugs web web applications by inspconsoleecting messages,, tracing function and calls exceptions without breakingpoints. Human
Automates web browser interactions using Playwright for testing, debugging, and extracting content via a powerful CLI tool.
Validates and compares web page visual rendering across different browsers and configurations using automated screenshot comparison techniques.
Enables comprehensive web application monitoring by tracking distributed traces, console logs, network requests, and performance metrics across frontend and backend services.
Mocks and tests API integrations by simulating responses, intercepting requests, and monitoring network traffic.
Performs comprehensive web page performance analysis using Web Vitals, network metrics, and SEO performance indicators.
Performs comprehensive web accessibility audits using ARIA snapshots, AX tree analysis, and WCAG validation checks.