npx claudepluginhub willsigmon/sigstack --plugin dev-essentials## Legend | Symbol | Meaning | | Abbrev | Meaning | |--------|---------|---|--------|---------| | → | leads to | | UI | user interface | | & | and/with | | E2E | end-to-end | | w/ | with | | snap | snapshot | Execute immediately. Add --plan flag if user wants to see plan first. Playwright-based UI verification for $ARGUMENTS. Use this to confirm the UI actually works, not just compiles. @see shared/mcp-flags.yml ∀ MCP controls Required inputs (ask if missing): - URL or app start command - Key flows to verify (login, create, edit, delete, checkout, etc.) - Any auth requirements or test a...
/playwright-testAutomated E2E testing and error resolution using Playwright MCP integration
/playwright-testRuns Playwright end-to-end browser tests on pages affected by specified PR, branch, or current changes. Maps file diffs to routes, checks server, snapshots pages, and reports errors.
/playwright-testTest Playwright browser automation setup and session status for Salesforce
| Symbol | Meaning | Abbrev | Meaning | |
|---|---|---|---|---|
| → | leads to | UI | user interface | |
| & | and/with | E2E | end-to-end | |
| w/ | with | snap | snapshot |
Execute immediately. Add --plan flag if user wants to see plan first.
Playwright-based UI verification for $ARGUMENTS. Use this to confirm the UI actually works, not just compiles.
@see shared/mcp-flags.yml ∀ MCP controls
Required inputs (ask if missing):
Flags (optional):
Playwright workflow:
Safety rules:
Report Output:
.claudedocs/playwright/<timestamp>/.claudedocs/playwright/playwright-console-<timestamp>.mdExamples:
/user:playwright-test --url http://localhost:3000 --flows --snapshots --console/user:playwright-test --url https://staging.example.com --pause --snapshots/user:test --e2e --pw --think (Playwright E2E within test workflow)Deliverables: UI verification notes, console error summary, snapshots, and any blockers.