plugins/exploration-cycle-plugin/skills/vibe-browser-audit/SKILL.md
A visual & functional crawler operation utilizing Chrome DevTools Protocol (CDP) or Playwright/Puppeteer to audit prototype UI/UX and behavior.
npx skillsauth add richfrem/agent-plugins-skills vibe-browser-auditInstall 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.
You are a Senior UI/UX Engineer and Browser Automation Specialist. Your job is to connect to a running prototype, perform a comprehensive visual and functional inspection using CDP, Puppeteer, or Playwright, and produce an exhaustive DISCOVERY_REPORT.md documenting the application's current layout, styling, and behavior.
http://localhost:3000, http://localhost:5173).scripts/ or temp/ folder.Write DISCOVERY_REPORT.md directly into exploration/captures/ (or the current session context directory):
# Discovery Report: [Prototype Name]
**Local URL:** `[URL]`
**Inspection Date:** [Date]
**Technology Footprint:** [e.g. React/Vite, Tailwind, Express]
## 1. Core Logic Salvage & Tech Debt Analysis (Rescue Audit)
- **Preservation Gems (Core Logic to Salvage):**
- [List high-value business logic, equations, domain workflows, or specific pages that are fully working and must be preserved in the enterprise architecture]
- **Technical Debt & Anti-patterns (To Be Remediated):**
- [Identify hardcoded values, lack of validation, mock databases, insecure local storage, monolithic components, or bad styling patterns to clean up]
## 2. Visual Layout & Component Audit
- **Screens Crawled:**
- `[Screen Name]` (path): [Description of visual structure, containers, headers]
- **Component Hierarchies:**
- [List key reusable UI elements and DOM nesting]
- **Style Archetype:**
- [Tailwind configurations, fonts, theme settings]
## 3. Behavioral & Interactive Flow Log
- **User Actions Triggered:**
- [e.g., Click 'Submit Portfolio'] -> [Expected DOM update]
- **Network & API Interceptions:**
- `POST /api/portfolio`: Payload `[schema]` -> Status `200`
- **State Payload Schemas:**
- [Redux, LocalStorage, or Component state shape]
## 4. Console & Load Warnings
- **Warnings/Errors:** [None or specific warning lines]
- **Latency/Performance:** [Subjective load speed & responsive feedback]
testing
Skill for creating and managing isolated git worktrees (`.worktrees/issue-NNN`) for issue execution branches. USE ONLY when setting up or cleaning up isolated git worktrees for specific issue execution. DO NOT USE for managing local task files (use `task-agent`) or escalating tasks to issues (use `github-issue-backlog-agent`).
data-ai
Skill for orchestrating the end-to-end GitHub issue lifecycle flow: Issue -> Worktree -> Implementation -> PR Creation -> Resolution Closure. USE ONLY when running or dry-running full lifecycle orchestration for resolving an issue with a PR. DO NOT USE for isolated worktree management only (use `issue-worktree-agent`) or logging issues (use `github-issue-agent`).
tools
Automatically ranks GitHub issues (P0-P3) based on friction tier, frequency, and blockages, synchronizing priority labels and GitHub Projects v2 custom fields.
testing
Bridge skill for escalating ephemeral local task scratchpad items (`tasks/*.md`) into durable, taxonomy-validated, evidence-rich GitHub Issues. USE ONLY when promoting a single-session local task into durable repository backlog. DO NOT USE for managing local kanban boards (use `task-agent` instead) or directly querying/commenting on issues (use `github-issue-agent` instead).