basecampbasecampOfficialยท3 Agent Skills Included

lexxy

Automated bug reproduction, fixing, and validation for the Lexxy editor

Reproduces, fixes, and validates bugs in the Lexxy rich text editor for Rails using automated browser tests. Processes entire bug backlogs in parallel, writing failing tests first and opening pull requests with verified fixes. Eliminates manual debugging cycles by confirming every fix works in both production and local environments.
npx skills add basecamp/lexxy --all -g -y
Available:

Gives the AI agent a mandatory step-by-step workflow for classifying, reproducing, fixing, testing, and validating Lexxy bugs, including which test suites and skills to use for each bug type.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Lexxy skills?โ–ผ

Run `npx skills add basecamp/lexxy --all -g -y` in your terminal to install all bug-fixing skills in this suite globally.

How to fix multiple bugs at once with AI?โ–ผ

Use the mass-bug-fixing skill to process bugs from a Fizzy board or GitHub issues in parallel batches, with each agent reproducing, fixing, and opening a pull request per bug.

How does the AI reproduce editor bugs?โ–ผ

The bugs-reproducer skill writes real browser tests with Playwright or Capybara that simulate human typing, clicking, and pasting until the bug is confirmed with a failing test.

How are bug fixes verified before merging?โ–ผ

The manually-validate-fix skill runs the same browser script against production and your local build, confirming the bug exists in production and is gone in your fix.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’