Plugin Claude Code
Personal collection of Claude Code plugins.
Plugin Claude Code
Personal collection of Claude Code plugins.
Plugin Claude Code
User Acceptance Testing workflow for web apps via Chrome DevTools MCP. Includes a setup skill for WSL2, a planning skill with auto-review, a tester skill with resume/abort semantics, and a structured bug-report format that hands off to a debugging agent.
Agent
Reviews a UAT test plan for internal consistency, unmet preconditions, contradictory expectations, coverage gaps, and ordering quality. Use proactively after a UAT plan is drafted, and on demand when a plan is hand-edited. Returns structured findings in BLOCKER/WARNING/SUGGESTION tiers.
Skill Claude CodeCodex
Author a UAT test plan from authoritative documents through Q&A, or re-validate an existing plan (if user supplies a session slug). Auto-invokes the reviewer subagent. Produces a markdown manifest with embedded session state; does not execute tests or modify application code. Use when the user explicitly invokes this…
Skill Claude CodeCodex
One-time project setup for uat-agents on WSL2. Checks Node ≥20.19, writes the chrome-devtools MCP server entry into .mcp.json, copies the chrome-debug helper script to ./tools/, and walks the user through the two manual Windows-side steps. Run once per project before using /uat-agents:test.
Skill Claude CodeCodex
Execute an approved UAT test plan via the Chrome DevTools MCP server. Logs structured bug reports, supports resume/restart/reverify/subset modes, and aborts cleanly on critical bugs that block further testing. Use only when the user explicitly invokes this skill against an approved plan.