.agents/skills/frontend-inspection/SKILL.md
Browser-based frontend inspection for the local zcgl web app. Use when users ask to巡检前端、冒烟测试页面、检查模块是否正常、验证登录后功能可用、收集控制台报错/失败请求/截图,或需要一份结构化前端巡检报告。
npx skillsauth add yqy2026/zcgl frontend-inspectionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run a repeatable frontend smoke inspection against local zcgl routes, then output a JSON report with pass/warn/fail status, screenshots, console issues, request failures, and HTTP errors.
make dev or existing frontend/backend processes).node .agents/skills/frontend-inspection/scripts/inspect_frontend.js --help first, then execute a full or scoped inspection.report.json and highlight only actionable findings.Run from repository root:
node .agents/skills/frontend-inspection/scripts/inspect_frontend.js --help
Full inspection (default route set):
node .agents/skills/frontend-inspection/scripts/inspect_frontend.js
Scoped inspection:
node .agents/skills/frontend-inspection/scripts/inspect_frontend.js \
--route /dashboard \
--route /assets/list \
--route /system/users
Use a custom route file (one route per line):
node .agents/skills/frontend-inspection/scripts/inspect_frontend.js \
--routes-file path/to/routes.txt
admin/admin123; override via --username and --password.http://127.0.0.1:5173; override via --base-url.CHROMIUM_PATH env or /usr/bin/chromium-browser.output/playwright/frontend-inspection-<timestamp>/report.json.Always report:
total, ok, warn, failfail routes first, then warn routesignoredFailedRequests) should be listed separately when presentreferences/inspection-scope.mddata-ai
UI/UX design intelligence with searchable database
tools
UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
tools
Project cleanup command - Updates and runs cleanup_project.py to remove invalid, expired, and temporary files from the project.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.