lexxy
Automated bug reproduction, fixing, and validation for the Lexxy editor
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmass-bug-fixing
Coordinate parallel agents to fix multiple bugs from Fizzy boards or GitHub issues.
bugs-reproducer
Reproduce Lexxy editor bugs with Playwright and Capybara test workflows.
manually-validate-fix
Reproduce production bugs and confirm fixes locally via Selenium browser automation.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core