mde-worktree-pr-flow

Create and manage git worktrees and open pull requests.

2|1|Updated May 20, 2026
One-click install
npx skills add https://github.com/amo-tech-ai/mdeapp --skill mde-worktree-pr-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mde-worktree-pr-flow
Source: https://github.com/amo-tech-ai/mdeapp/tree/main/.claude/skills/mde-worktree-pr-flow
Command: npx skills add https://github.com/amo-tech-ai/mdeapp --skill mde-worktree-pr-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain a disciplined approach to worktree and pull request (PR) management, ensuring efficient and organized software development processes.

Core Features & Use Cases

  • Worktree Management: Create, manage, and clean up worktrees, ensuring they are used effectively for focused development.
  • PR Management: Enforce focused PRs, verify them before merging, and track their progress through the development lifecycle.
  • Use Case: Use this Skill to create a new worktree, implement features, write tests, and open a PR, all while adhering to best practices for clean and maintainable code.

Quick Start

To start a new worktree and branch for a feature, use the command: start-worktree -b feat/xyz origin/main

Frequently Asked Questions about mde-worktree-pr-flow

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

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

Git worktree management allows you to create isolated working directories for parallel feature branches. This Skill automates worktree creation and cleanup, ensuring focused development environments without branch switching overhead.

What is the best way to enforce focused pull requests before merging?

Enforcing focused pull requests requires verifying code quality and tracking PR progress before merging. This Skill automates PR verification and lifecycle tracking to maintain disciplined development practices and clean codebases.

Do I need GitHub integration to automate PR management workflows?

Yes, GitHub integration is required for PR management workflows. This Skill depends on git and GitHub integration alongside various scripts to automate worktree creation, PR opening, and development practice enforcement.

How do I start a new worktree and branch for a specific feature?

To start a new worktree and branch, use the command `start-worktree -b feat/xyz origin/main`. This creates an isolated working directory linked to your feature branch, enabling focused implementation and testing.

When should I use worktree discipline in software development?

Use worktree discipline when managing parallel feature development or complex project organization. This approach ensures efficient code isolation, clean PR boundaries, and maintains disciplined development practices across multiple concurrent tasks.