agentic-testing

Run disposable Playwright scripts capturing screenshots, video, and DOM snapshots.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill agentic-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-testing
Source: https://github.com/Xza85hrf/claude-code-agent-kit/tree/main/.claude/skills/quality/agentic-testing
Command: npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill agentic-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writes and runs disposable Playwright-based verification scripts that capture screenshots, video, and DOM snapshots to provide visual QA evidence.

Core Features & Use Cases

  • Create self-contained manual verification scripts that produce screenshots, video, and DOM snapshots for evidence.
  • Integrate with Showboat to generate Markdown reports from artifacts for collaboration and reviews.
  • Use during feature debugging, UI changes, or compliance reviews where quick, reproducible artifacts are needed.

Quick Start

Create a new Playwright manual test under manual-tests, run the wrapper, and review the Showboat-generated report.

Frequently Asked Questions about agentic-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture screenshots and DOM snapshots for ad-hoc UI testing?

You can capture screenshots and DOM snapshots for UI testing by running disposable Playwright-based verification scripts that generate visual QA evidence for reviewing front-end changes.

How do I generate Markdown reports from Playwright test artifacts?

Generate Markdown reports from Playwright test artifacts by integrating with Showboat, which transforms captured screenshots, video, and DOM snapshots into documentation for collaboration and reviews.

What is the best way to replace flaky end-to-end tests with reproducible visual evidence?

The best way to replace flaky end-to-end tests is using disposable Playwright scripts that capture visual evidence, ensuring quick and reproducible artifacts for review during complex front-end debugging.

Do I need Playwright installed to run manual verification scripts?

Yes, you need Playwright installed for execution, along with Showboat for documentation and a wrapper workflow to transform the captured artifacts into Markdown reports.

Can I use this for compliance reviews requiring quick visual QA evidence?

Yes, you can use it for compliance reviews because it produces quick, reproducible visual QA artifacts including screenshots, video, and DOM snapshots needed for formal review processes.

What are the limitations of using disposable Playwright scripts for manual testing?

These disposable scripts target ad-hoc UI changes and debugging, meaning they are designed for generating one-off visual evidence rather than serving as a permanent, maintainable end-to-end test suite.