Check webpage for issues (broken links, errors, etc.)
/plugin marketplace add marcioaltoe/claude-craftkit/plugin install ui-tests@claude-craftkit<url>--url</url> <check-type>--check-type</check-type> ## Check Webpage for Issues Automatically check webpages for common issues like broken links, console errors, missing images, or accessibility problems. **Works from any directory** - Saves report to your working directory's `.web-tests/` folder. ## How It Works When you run `/check`, Claude will: 1. **Auto-detect dev server** (or use provided URL) 2. **Create check script** in `.web-tests/scripts/` 3. **Run automated checks** based on check-type 4. **Generate report** in `.web-tests/reports/` 5. **Show summary** of findings ## U...