docs: add playwright example skill for quick start#4
Conversation
- Add working playwright-example skill in .opencode/skill/ - Add Quick Start section to README with immediate test instructions - Add Example Skill section with full code snippet - Users can now test the plugin immediately after cloning
There was a problem hiding this comment.
Pull request overview
This PR adds a working Playwright example skill to help users quickly test the plugin after installation. It includes comprehensive documentation in both the skill file and README to guide users through the quick start process.
Changes:
- Added a complete Playwright browser automation example skill with embedded MCP configuration
- Added Quick Start section with immediate test instructions for new users
- Added Example Skill section showcasing the skill structure and capabilities
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.opencode/skill/playwright-example/SKILL.md |
New example skill demonstrating browser automation with Playwright MCP, including detailed usage guidelines and example tasks |
README.md |
Added Quick Start section for immediate testing and Example Skill section with code snippet (simplified version of the actual skill file) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@keybrdist I've opened a new pull request, #5, to work on those changes. Once the pull request is ready, I'll request review from you. |
[WIP] Update Playwright example skill documentation based on feedback
Summary
playwright-exampleskill in.opencode/skill/so users can test the plugin immediately after cloningChanges
.opencode/skill/playwright-example/SKILL.mdREADME.mdTesting
After merging, users can: