Check console errors and warnings
Analyzes browser console errors and warnings for a given URL.
/plugin marketplace add kriscard/kriscard-claude-plugins/plugin install chromedev-tools@kriscard<url>haikuCheck console errors and warnings for $ARGUMENTS:
Navigate to page:
mcp__chrome-devtools__navigate_page with url: "$ARGUMENTS"Wait for JavaScript execution:
mcp__chrome-devtools__wait_for with time: 3 (allows time for JavaScript to run and log messages)Get console messages:
mcp__chrome-devtools__list_console_messages with level: "warning" (includes both errors and warnings)Report console status:
Console Messages for: $ARGUMENTS
Summary:
Errors (console.error, exceptions): [For each error, list:]
Warnings (console.warn): [For each warning, list:]
Analysis: [If errors found:]
[If warnings found:]
[If console is clean:]
Common Issue Patterns:
If React warnings found:
If network errors found:
If reference errors found:
If user did not provide a URL, prompt them with: "Please provide a URL to check. Usage: /chromedev:console <url>"