← Back to list

chrome-devtools-validation
by AntonioHCervantes
Personal website
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: chrome-devtools-validation description: Validate UI changes in the AntonioHC Next.js portfolio using the Chrome DevTools MCP. Use when asked to verify sections, layouts, light/dark theming, responsive behavior, or visual regressions on http://localhost:3000/.
Chrome DevTools Validation
Overview
Use the Chrome DevTools MCP to open the local dev site and validate UI changes with snapshots, screenshots, and console checks.
Workflow
- Confirm MCP availability by calling
list_pages. If it times out, ask the user to restart the MCP or increase--protocolTimeout. - Open or select
http://localhost:3000/withnew_pageorselect_page. - Navigate to the requested UI area using
evaluate_scriptto find headings/labels and scroll them into view. - Capture evidence:
take_snapshotfor the a11y tree.take_screenshotfor visual confirmation.
- Validate:
- Layout, spacing, typography, and imagery.
- Light/dark theme if relevant (toggle the theme switch).
- Responsive layout using
resize_page(e.g., 375px width).
- Check runtime errors with
list_console_messagesfiltered toerror. - Report results succinctly, noting the viewport/theme used and any issues found.
Reporting
State whether the section looks correct or list the issues found. Include:
- The page URL.
- The viewport size and theme used.
- Any console errors or missing assets.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon