playwright-java-release Skill
Prepare a Playwright Java release after the rolling PR has merged — cut the release branch, mark the Maven version, draft the GitHub release, and tick the Java boxes in the internal checklist. Published by microsoft in playwright-java.
What is playwright-java-release Skill?
Prepare a Playwright Java release after the rolling PR has merged — cut the release branch, mark the Maven version, draft the GitHub release, and tick the Java boxes in the internal checklist. Published by microsoft in playwright-java. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Research
- Browser automation use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use playwright-java-release Skill
- Use it for browser automation.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/playwright-java
- Skill file: .claude/skills/playwright-java-release/SKILL.md
What it does
Prepare a Playwright Java release after the rolling PR has merged — cut the release branch, mark the Maven version, draft the GitHub release, and tick the Java boxes in the internal checklist.
Skill instructions
Use this skill once the chore: roll driver to 1.X.0 PR has merged into main and the upstream JS v1.X.0 is published. The rolling work itself is covered by the [[playwright-roll]] skill. Throughout this doc, replace X with the minor version (e.g. 60 for 1.60.0) and <user with the fork owner (gh api user --jq .login). The full release checklist lives in the private microsoft/playwright-internal repo as the v1.X checklist issue. Find its number once: bash unset GITHUBTOKEN ISSUE=$(gh search issues --repo microsoft/playwright-internal "v1.X checklist" --json number --jq '.[0].number') Tick each Java box incrementally (one PATCH per item) so the issue reflects accurate state if the flow is interrupted: bash gh api repos/microsoft/playwright-internal/issues/$ISSUE --jq '.body' /tmp/body.md edit /tmp/body.md to flip "- [ ]" → "- [x]" on the relevant Java item gh api repos/microsoft/playwright-internal/issues/$ISSUE -X PATCH --field body=@/tmp/body.md 1. Cut the release branch Push release-1.X
Explore related resources
Frequently asked questions
What is playwright-java-release?
playwright-java-release is a open-source AI agent skill with Copy skill directory. Prepare a Playwright Java release after the rolling PR has merged — cut the release branch, mark the Maven version, draft the GitHub release, and tick the Java boxes in the internal checklist.
Who is playwright-java-release best for?
playwright-java-release is best for reusing agent instructions, scripts, and references, browser automation workflows, research workflows.
How do I install playwright-java-release?
Install or run playwright-java-release using Copy skill directory. Check playwright-java-release for the latest setup command.
Is playwright-java-release actively maintained?
playwright-java-release may need a closer maintenance check before production use.
Auto-fetched from GitHub.