Sam Corl
Community@samcorl
Sam Corl provides browser-based QA testing skills for running Playwright user flows and generating interactive manual test plan checklists.
Agent Skills by Sam Corl
Showing 2 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Sam Corl
FAQPage SchemaWhat tasks can I accomplish with samcorl's skills?▼
You can run, author, and resume browser-based user flows via MCP Playwright, mixing UI steps with direct API calls in one session, and generate self-contained HTML manual QA test plans with interactive pass/fail/pending controls, live progress tracking, and markdown round-trip saving.
Who are these skills designed for?▼
They target QA engineers, web developers, and testers who need to verify features in a browser or production environment, manage test cases and plans per project, and hand human testers a clickable checklist with live pass/fail counts and a progress bar.
How do the user-flows and manual-test-plans skills work in practice?▼
Both are user-invocable skills configured per project via .claude/user-flows.config.json or .claude/manual-test-plans.config.json. Flows run through MCP Playwright with run state and logs under a configurable directory; test plans are authored in markdown and always regenerated as HTML from that source.
What are the prerequisites and dependencies?▼
User flows require MCP Playwright for browser automation and a per-project .claude/user-flows.config.json defining the flows directory. Manual test plans require a .claude/manual-test-plans.config.json setting the plan directory; plans are authored as markdown, interactively or from an existing source file.
How do the skills keep test execution efficient?▼
User flows use targeted checks over full snapshots when a step's breadcrumb is known-good, dispatching Haiku subagents only when a step is new, fails and recovers, or its recorded selector goes stale. Manual plans regenerate HTML from markdown, with Save Results writing annotations back as the new source of truth.