bugs-reproducer

Reproduce Lexxy editor bugs with Playwright and Capybara test workflows.

1.2k|114|Updated May 17, 2025
One-click install
npx skills add https://github.com/basecamp/lexxy --skill bugs-reproducer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bugs-reproducer
Source: https://github.com/basecamp/lexxy/tree/main/.claude/skills/bugs-reproducer
Command: npx skills add https://github.com/basecamp/lexxy --skill bugs-reproducer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bug reproduction for Lexxy across client-side and server-side environments. This skill centralizes testing workflows to observe, document, and verify issues in the Lexxy editor across both Playwright-driven editor tests and Capybara-driven system tests.

Core Features & Use Cases

  • Structured test planning across two testing ecosystems (Playwright for core editor bugs, Capybara for Action Text/persistence issues).
  • Evidence-guided reproduction with step logging, screenshots, and DOM/Lexical state captures.
  • Guidance for creating regression-ready artifacts and templates for eight-attempt debugging with varied dimensions.

Quick Start

Load the editor fixture and reproduce the bug using Playwright or Capybara.

Frequently Asked Questions about bugs-reproducer

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

FAQPage Schema
How do I reproduce Lexxy editor bugs across Playwright and Capybara?

Reproduce Lexxy editor bugs by loading the editor fixture and executing structured test plans using Playwright for client-side core bugs and Capybara for server-side persistence issues, centralizing workflows to observe, document, and verify issues across both testing ecosystems.

What is the best way to structure bug reproduction steps for Action Text persistence issues?

Structure bug reproduction for Action Text persistence issues using a Capybara-driven system test workflow that provides step-by-step reproduction guidance, multi-dimension logging, and templates for eight-attempt debugging with varied dimensions.

Can I capture DOM and Lexical state during Playwright bug reproduction?

Yes, you can capture DOM and Lexical state during Playwright bug reproduction through evidence-guided workflows that include step logging, screenshots, and DOM/Lexical state captures to thoroughly document client-side core editor bugs.

Does this bug reproduction workflow generate regression-ready test artifacts?

Yes, the bug reproduction workflow generates regression-ready test artifacts by delivering a structured, end-to-end workflow with guidance for creating artifacts and templates for eight-attempt debugging with varied dimensions.

When should I use Playwright versus Capybara for testing Lexxy editor bugs?

Use Playwright for testing client-side core editor bugs in Lexxy, and use Capybara for verifying server-side system-level issues like Action Text and persistence problems, centralizing testing workflows across both ecosystems effectively.