mozart-wtp-pr-review

Open a Mozart PR review in a dedicated WTP worktree from a PR number or branch name.

5|1|Updated Nov 4, 2015
One-click install
npx skills add https://github.com/samjonester/dotfiles --skill mozart-wtp-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mozart-wtp-pr-review
Source: https://github.com/samjonester/dotfiles/tree/main/personal/pi/skills/mozart-wtp-pr-review
Command: npx skills add https://github.com/samjonester/dotfiles --skill mozart-wtp-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open a Mozart PR review in a dedicated WTP worktree so you can review an existing PR without disturbing other slots.

Core Features & Use Cases

  • Open a PR in a separate slot for isolated review.
  • Resolve branch from PR number or accept a provided branch name directly.
  • Prepare and report readiness, slot path, and branch used.

Quick Start

Open a PR in a dedicated Mozart WTP worktree by providing a PR number or a branch name.

Frequently Asked Questions about mozart-wtp-pr-review

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

FAQPage Schema
How do I open a GitHub PR for isolated review in a separate worktree?

Open a PR in a dedicated WTP worktree by providing a PR number or branch name. The system resolves the branch, claims a separate worktree slot, syncs the runtime, and reports the selected branch and slot path readiness.

What happens when I provide a PR number to start a worktree review?

When a PR number is provided, the system resolves the corresponding head branch from the world repository and uses it to claim, sync, and prepare a dedicated WTP slot for review.

Can I review a branch directly in a WTP worktree without a PR number?

Yes, you can provide a branch name directly instead of a PR number. The system uses the branch name directly to claim, sync, and prepare the WTP worktree slot for isolated review.

Does Mozart WTP worktree PR review require any specific dependencies?

Mozart WTP worktree PR review does not require specific external dependencies. It operates independently to resolve the branch, claim the worktree slot, sync the runtime, and report readiness.

Why use a dedicated worktree slot for PR review instead of the main branch?

Using a dedicated worktree slot for PR review isolates the PR changes from your main working directory. This prevents disturbances to other active slots while you sync and prepare the runtime for review.