Contributing to Playwright Skill banner
lackeyjb lackeyjb

Contributing to Playwright Skill

Testing community intermediate

Description

Thank you for considering contributing to the Playwright Skill plugin for Claude Code!

Installation

Terminal
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