worktree-pr

Manage git worktrees and PR-based reviews for isolated feature development.

145|21|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/alfredolopez80/multi-agent-ralph-loop --skill worktree-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-pr
Source: https://github.com/alfredolopez80/multi-agent-ralph-loop/tree/main/.claude/skills/worktree-pr
Command: npx skills add https://github.com/alfredolopez80/multi-agent-ralph-loop --skill worktree-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates isolated feature development by managing git worktrees and PR-based reviews, enabling safe rollback and parallel subagent collaboration.

Core Features & Use Cases

  • Isolated worktree creation per feature/task with a single, shared workspace for all subagents.
  • Automated PR workflow integrating Claude and Codex reviews for code quality, security, and collaboration.
  • Rollback and merge controls to ensure safe integration and future auditability.

Quick Start

Create an isolated worktree for your feature, have subagents work in parallel within it, and start the PR-based reviews to decide on merge or rollback.

Frequently Asked Questions about worktree-pr

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

FAQPage Schema
How do I manage git worktrees for isolated feature development?

Git worktree management creates an isolated workspace per feature, allowing subagents to collaborate in parallel without interfering with the main branch. This ensures safe rollback via PR workflows during orchestration.

What is the best way to automate PR reviews with multi-agent collaboration?

Automated PR reviews coordinate Claude and Codex subagents to evaluate code quality, security, and collaboration. This integrates multi-agent feedback directly into the pull request workflow before any merge or rollback decisions.

Can I use git worktrees for parallel subagent collaboration on a single feature?

Yes, git worktrees support parallel subagent collaboration by providing a single shared workspace for the feature. Subagents work concurrently within the isolated worktree while maintaining safe rollback capabilities.

How do I set up a safe rollback and merge cycle for isolated feature branches?

A safe rollback and merge cycle uses PR workflows to review isolated worktree changes before integration. Automated reviews validate code quality, enabling controlled merges or safe rollbacks for future auditability.

Does multi-agent PR review work with existing git collaboration workflows?

Multi-agent PR review integrates with existing git collaboration by applying automated Claude and Codex reviews to pull requests. This layers quality and security checks onto standard orchestration prompts and worktree commands.

When should I not use isolated worktrees for feature development?

Isolated worktrees are unnecessary for simple, single-developer tasks that do not require parallel subagent collaboration or automated multi-agent PR reviews for safe rollback orchestration.