Skip to content

docs: add playwright example skill for quick start#4

Merged
keybrdist merged 4 commits into
mainfrom
docs/add-playwright-example
Jan 18, 2026
Merged

docs: add playwright example skill for quick start#4
keybrdist merged 4 commits into
mainfrom
docs/add-playwright-example

Conversation

@keybrdist

Copy link
Copy Markdown
Owner

Summary

  • Add a working playwright-example skill in .opencode/skill/ so users can test the plugin immediately after cloning
  • Add Quick Start section to README with immediate test instructions
  • Add Example Skill section with full code snippet and link to the actual file

Changes

File Change
.opencode/skill/playwright-example/SKILL.md New example skill with Playwright MCP
README.md Quick Start section + Example Skill section

Testing

After merging, users can:

skill(name="playwright-example")
skill_mcp(mcp_name="playwright", tool_name="browser_navigate", arguments='{"url": "https://example.com"}')

- 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
Copilot AI review requested due to automatic review settings January 18, 2026 08:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md Outdated
Comment thread README.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md

Copilot AI commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

@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
@keybrdist keybrdist merged commit cc4917e into main Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants