Contributing to Playwright Skill
Description
Thank you for considering contributing to the Playwright Skill plugin for Claude Code!
Installation
claude install-skill https://github.com/lackeyjb/playwright-skill README
Contributing to Playwright Skill
Thank you for considering contributing to the Playwright Skill plugin for Claude Code!
How to Contribute
Reporting Bugs
If you find a bug, please create an issue on GitHub with:
- undefined
Suggesting Enhancements
Enhancement suggestions are welcome! Please:
- undefined
Pull Requests
- undefined
Development Guidelines
Code Style
- undefined
SKILL.md Guidelines
- undefined
Commit Messages
Use conventional commits format:
- undefined
Examples:
feat: add mobile device emulation helper
fix: resolve module resolution issue in run.js
docs: update installation instructions
File Structure
playwright-skill/
├── SKILL.md # Keep concise (~300 lines)
├── README.md # Full API reference
├── PLUGIN_README.md # Plugin distribution docs
├── run.js # Universal executor
├── package.json # Dependencies
├── plugin.json # Plugin metadata
└── lib/
└── helpers.js # Utility functions
Adding New Helpers
When adding functions to `lib/helpers.js`:
- undefined
Testing
Before submitting:
- undefined
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing community Webapp Testing
When testing local web applications or verifying UI behaviorTest local web applications using Playwright for UI verification and debugging
Testing official #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/everything-claude-code/issues/103)). The behavior changed between Claude Code versions, leading to confusion. We now have a regression test to prevent this from being reintroduced.
Testing community Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
Testing community Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test suites
Testing community gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manager, and QA Engineer. 15K+ stars in 5 days. |
Testing community