worktree-ux-pr

Rebase UX PR worktrees on origin/dev and verify with Chrome MCP.

63|8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/different-ai/openwork-enterprise --skill worktree-ux-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-ux-pr
Source: https://github.com/different-ai/openwork-enterprise/tree/main/.opencode/skills/worktree-ux-pr
Command: npx skills add https://github.com/different-ai/openwork-enterprise --skill worktree-ux-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, pnpm, curl, git, and includes scripts (resource) components.

What problem does it solve?

Automates the worktree-based UX PR workflow by rebasing on origin/dev, guiding Chrome MCP verification, and attaching evidence to PRs, reducing manual coordination and error-prone handoffs.

Core Features & Use Cases

  • Automated worktree rebasing: Rebases worktrees on origin/dev and force-pushes when history changes.
  • UI verification workflow: Coordinates starting the UI server and headless verification with Chrome MCP.
  • Evidence capture and PR integration: Captures screenshots, uploads assets, and comments on PRs with references to evidence.
  • Config-driven setup: Reads environment overrides to tailor worktree paths and server behavior.

Quick Start

Run the rebase-worktrees script for your UX PR worktrees against origin/dev, then start the UI, capture evidence with Chrome MCP, upload the screenshot, and comment on the PR with the results.

Frequently Asked Questions about worktree-ux-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git worktree rebasing for UX pull requests?

Git worktree rebasing for UX pull requests is automated by rebasing worktrees on origin/dev and force-pushing when history changes. This coordinates scripted rebases to reduce manual synchronization and error-prone handoffs across enterprise repos.

Can I capture UI verification evidence and attach it to a PR automatically?

Yes, capturing UI verification evidence and attaching it to a PR automatically is supported. The workflow coordinates headless Chrome MCP verification, uploads screenshots as assets, and comments on PRs with references to the captured evidence for traceability.

What is a worktree-based UX PR workflow and when do I need it?

A worktree-based UX PR workflow is a process of rebasing isolated development branches, verifying UI changes, and attaching evidence to pull requests. You need it for enterprise repos with multiple UX PR worktrees requiring synchronized rebases and UI verification.

Do I need Chrome MCP to verify UI changes in git worktrees?

Yes, Chrome MCP is used to guide headless UI verification within the worktree workflow. It coordinates with the UI server to capture screenshots and verify interface changes before uploading assets and commenting on the PR.

What's the best way to synchronize multiple UX PR worktrees against origin/dev?

The best way to synchronize multiple UX PR worktrees against origin/dev is running an automated rebase-worktrees script. It reads environment overrides to tailor worktree paths, enforces rebasing on origin/dev, and force-pushes when history changes.

Why does my worktree rebase fail to attach evidence to the pull request?

If your worktree rebase fails to attach evidence to the pull request, the UI server may not have started correctly for headless Chrome MCP verification. Ensure environment overrides are configured properly to tailor worktree paths and server behavior.